其實這樣的例子很多,在dw cs3裡就就有很多我也是看那例子的
顯示地址
作者:Else 's Blog
地址:http://www.aixq.com/post/1192/
版权所有。转载时必须链接形式注明作者和原始出处及本声明! 在
中查看更多“div左邊固定,右邊自適應的排法”相关内容
在
中查看更多“div左邊固定,右邊自適應的排法”相关内容
在
中查看更多“div左邊固定,右邊自適應的排法”相关内容
在
中查看更多“div左邊固定,右邊自適應的排法”相关内容
在
中查看更多“div左邊固定,右邊自適應的排法”相关内容
在
中查看更多“div左邊固定,右邊自適應的排法”相关内容
最后编辑: Else 编辑于2008/09/03 13:18
顯示地址
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<style type="text/css">
* {
margin:0;
padding:0;
}
body {
height:100%;
}
.top {
height: 100px;
background-color:#FFC
}
.left {
height: 600px;
width: 150px;
float: left;
background-color:#CCCccc;
}
.main {
height: 600px;
margin-left: 160px;
background-color:#F2F2F2;
}
.bottom {
height: 100px;
/*clear: both;可以不用吧*/
background-color:#FFC
}
body {
margin: 0px;
}
div {
border: 1px solid #C0C0C0;
}
</style>
</head>
<body>
<div class="top">
</div>
<div>
<div class="left">
</div>
<div class="main">aaa
</div>
</div>
<div class="bottom">
</div>
</body>
</html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<style type="text/css">
* {
margin:0;
padding:0;
}
body {
height:100%;
}
.top {
height: 100px;
background-color:#FFC
}
.left {
height: 600px;
width: 150px;
float: left;
background-color:#CCCccc;
}
.main {
height: 600px;
margin-left: 160px;
background-color:#F2F2F2;
}
.bottom {
height: 100px;
/*clear: both;可以不用吧*/
background-color:#FFC
}
body {
margin: 0px;
}
div {
border: 1px solid #C0C0C0;
}
</style>
</head>
<body>
<div class="top">
</div>
<div>
<div class="left">
</div>
<div class="main">aaa
</div>
</div>
<div class="bottom">
</div>
</body>
</html>
作者:Else 's Blog
地址:http://www.aixq.com/post/1192/
版权所有。转载时必须链接形式注明作者和原始出处及本声明!
中查看更多“div左邊固定,右邊自適應的排法”相关内容
中查看更多“div左邊固定,右邊自適應的排法”相关内容
中查看更多“div左邊固定,右邊自適應的排法”相关内容
中查看更多“div左邊固定,右邊自適應的排法”相关内容
中查看更多“div左邊固定,右邊自適應的排法”相关内容
中查看更多“div左邊固定,右邊自適應的排法”相关内容最后编辑: Else 编辑于2008/09/03 13:18
还是mysql的问题
jquery加载当前页


2008/09/03 13:15 | by 
