.top{height:100px; background:#ccc;}
.main{height:600px; background:red; margin:0 auto; position:relative;}
.left{width:200px; height:600px;background:blue;position:absolute;left:0;top:0;}
.right{height:600px;background:green;margin:0 0 0 210px;}
.foot{height:50px;background:orange;}
.main{height:600px; background:red; margin:0 auto; position:relative;}
.left{width:200px; height:600px;background:blue;position:absolute;left:0;top:0;}
.right{height:600px;background:green;margin:0 0 0 210px;}
.foot{height:50px;background:orange;}
.top{height:100px;background:#ccc;}
.main{height:600px;margin:0 auto; background:red;}
.left{width:300px; height:600px;background:#00f;float:left;}
.right{width:780px;height:600px;background:#1d9;float:right;}
.foot{ height:50px; background:#F63; margin:0 auto;clear:both}
不一定需要绝对定位来做啊。
.main{height:600px;margin:0 auto; background:red;}
.left{width:300px; height:600px;background:#00f;float:left;}
.right{width:780px;height:600px;background:#1d9;float:right;}
.foot{ height:50px; background:#F63; margin:0 auto;clear:both}
不一定需要绝对定位来做啊。