这是原先我写的 备忘的 尽管写的很烂
frame.css
Java代码
CHARSET "UTF-八";
html,body{
margin: 零px;
padding: 零px;
height: 100%;
/*font-size: 12px;
color: #666666;
background: #ffffff;*/
}
*{
margin: 零px;
padding: 零px;
}
/*由于用了相对位置格局,应分辨率太大时,图片和文字就会被拉伸
之所以采取max-width来设立一个最大的宽度,但是这个属性IE六以次
不支持,之所以作以次更动
!important 唯有FF和IE七之上才支持
_XXX唯有IE6支持
*XXXIE七,IE六都支持
*+XXX惟独IE7支持
这么就可以把他们界别开了
*/
#box{
/*background: red;*/
height: 100% !important;
width: 100% !important;
_width: 1000px;
/*_height: 600px;*/
max-width: 1024px;
min-width: 1000px;
min-height: 500px;
margin: auto;
}
#header{
/*border: 二px solid #零E六;*/
/*background-color: navy;*/
height: 十%;
}
#header img{
height: 100%;
width: 100%;
}
#temp一{
height: 五%;
}
#mainMenu{
/*border: 二px solid #C26;*/
/*background-color: purple;*/
height: 90%;
/*margin-bottom: 三px;*/
background: url("../images/mainMenu.bmp") repeat;/*设立背景图片,并上下左右填充*/
}
#space{
height: auto;
}
#sideBar{
/*background: bule;*/
height: 82%;
width: 25%;
/*border: 二px solid #04E;*/
background-color: blue;
position: relative;
overflow: hidden;
float: right;
}
#sideBar iframe{
height: 100%;
width: 100%;
border: none;
}
#content{
/*background: darkblue;*/
height: 82%;
width: 75%;
float: right;
/*border: 二px solid #555;*/
background-color: green;
overflow: hidden;
}
#content iframe{
height: 100%;
width: 100%;
border: none;
}
#footer{
/*border: 二px solid #F14;*/
width: 100%;
clear: both;
/*color: #c九c九c九;
background: #35B;
text-align: center;
font-size: 15px;
font-size: 12px;
color: #c九c九cc;
border-top: 一px solid #000;*/
position: absolute;
bottom: 零px;
}
#footer img{
vertical-align:middle;/*垂直正中*/
}
#footer a {
color: #c九c九c九;
text-decoration: none;/*让下划线消失*/
}
/*
务必设立宽度,才力浮动
*/
#footer #temp二 {
width: 25%;
float: right;
text-align: right;
padding-right: 十%;
}
/*
鼠标放上去变色
*/
#footer a:hover {
color: #db六d16;
}
CHARSET "UTF-八";
html,body{
margin: 零px;
padding: 零px;
height: 100%;
/*font-size: 12px;
color: #666666;
background: #ffffff;*/
}
*{
margin: 零px;
padding: 零px;
}
/*由于用了相对位置格局,应分辨率太大时,图片和文字就会被拉伸
之所以采取max-width来设立一个最大的宽度,但是这个属性IE六以次
不支持,之所以干以次更改
!important 唯有FF和IE七之上才支持
_XXX唯有IE6支持
*XXXIE七,IE六都支持
*+XXX唯有IE7支持
这么就可以把他们界别开了
*/
#box{
/*background: red;*/
height: 100% !important;
width: 100% !important;
_width: 1000px;
/*_height: 600px;*/
max-width: 1024px;
min-width: 1000px;
min-height: 500px;
margin: auto;
}
#header{
/*border: 二px solid #零E六;*/
/*background-color: navy;*/
height: 十%;
}
#header img{
height: 100%;
width: 100%;
}
#temp一{
height: 五%;
}
#mainMenu{
/*border: 二px solid #C26;*/
/*background-color: purple;*/
height: 90%;
/*margin-bottom: 三px;*/
background: url("../images/mainMenu.bmp") repeat;/*设立背景图片,并上下左右填充*/
}
#space{
height: auto;
}
#sideBar{
/*background: bule;*/
height: 82%;
width: 25%;
/*border: 二px solid #04E;*/
background-color: blue;
position: relative;
overflow: hidden;
float: right;
}
#sideBar iframe{
height: 100%;
width: 100%;
border: none;
}
#content{
/*background: darkblue;*/
height: 82%;
width: 75%;
float: right;
/*border: 二px solid #555;*/
background-color: green;
overflow: hidden;
}
#content iframe{
height: 100%;
width: 100%;
border: none;
}
#footer{
/*border: 二px solid #F14;*/
width: 100%;
clear: both;
/*color: #c九c九c九;
background: #35B;
text-align: center;
font-size: 15px;
font-size: 12px;
color: #c九c九cc;
border-top: 一px solid #000;*/
position: absolute;
bottom: 零px;
}
#footer img{
vertical-align:middle;/*垂直正当中*/
}
#footer a {
color: #c九c九c九;
text-decoration: none;/*让下划线消失*/
}
/*
务必设立宽度,才略浮动
*/
#footer #temp二 {
width: 25%;
float: right;
text-align: right;
padding-right: 十%;
}
/*
鼠标放上去变色
*/
#footer a:hover {
color: #db六d16;
}
frame.html
Java代码
frame.html
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <title>Insert title here</title>
- <link rel="stylesheet" href="css/frame.css" type="text/css" media="all" />
- </head>
- <body>
- <div id="box">
- <div id="header"><img src="images/banner.gif"></img></div>
- <div id="temp1">
- <div id="mainMenu"></div>
- <div id="space"></div>
- </div>
- <div id="content">
- <iframe src="map.html"></iframe>
- </div>
- <div id="sideBar">
- <iframe src="left.html"></iframe>
- </div>
- <div id="footer">
- <img src="images/foot.gif"></img>
- </div>
- </div>
- </body>
- </html>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Insert title here</title>
<link rel="stylesheet" href="css/frame.css" type="text/css" media="all" />
</head>
<body>
<div id="box">
<div id="header"><img src="images/banner.gif"></img></div>
<div id="temp1">
<div id="mainMenu"></div>
<div id="space"></div>
</div>
<div id="content">
<iframe src="map.html"></iframe>
</div>
<div id="sideBar">
<iframe src="left.html"></iframe>
</div>
<div id="footer">
<img src="images/foot.gif"></img>
</div>
</div>
</body>
</html>
本文来源:
我的异常网
Java Exception
Dotnet Exception
Oracle Exception
- 2316 - proscenium_Perregister未定义
- 2317 - ERROR:错误 1406
- 2318 - System.Data.SqlClient.SqlException
- 2319 - UserInteractive 模式
- 2320 - 因为他是Web方法
- 2321 - 如何调用wbeServer中的方法并直接取得回传的XML
- 2322 - System.Web.Serivces.Protocols.SoapException服务器无法处理请求
- 2323 - 系统登入WMS ORA失败:可能密码错误或伺服务器名称错误
- 2324 - webservice在VPN网络下通信异常
- 2325 - NET MANAGER中的服务命名和监听器的服务名有什么关系
- 2326 - A circular reference was detected while serializing an object of type
- 2327 - TNS-12536: TNS: 操作可能阻塞
- 2328 - 怎样写Exception when
- 2329 - dataerror事件如何定位
- 2330 - data type is not supported
- 2331 - 警告错误
- 2332 - ORA-00904:Invalid identifier
- 2333 - DBNULL报错
- 2334 - vb.net循环取值出错
- 2335 - argumentexception