div左邊固定,右邊自適應的排法 不指定

Else , 2008/09/03 13:15 , 代码片段,演示也有 , Comments(4) , Reads(4145) , Via Original
其實這樣的例子很多,在dw cs3裡就就有很多我也是看那例子的
顯示地址
<!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>
Tags: , ,
每每
2009/08/25 17:07
kill你去死吧。!
胡说八道。。。height: 600px;
高度都固定了,还自适应什么。
Else replied on 2009/08/25 20:59
看来这位兄弟,是没有看过dw的用法!
哈哈
2009/01/13 16:16
谢谢
HAHA
2009/01/13 16:16
谢谢了
无名
2009/01/13 16:14
grin谢谢  是个好东西
Else replied on 2009/01/15 09:17
不用谢!
Pages: 1/1 First page 1 Final page
Add a comment

Nickname

Site URI

Email

Enable HTML Enable UBB Enable Emots Hidden Remember [Login] [Register]