.top{height:100px; background:#ccc;}
.main{height:500px; background:red; position:relative;}
.left{ width:200px; background:blue; height:100%; position:absolute;}
.right{background:#9C9; height:100%; position:absolute; left:210px; right:0;}
.foot{width:100%; height:50px;background:#F63;}
.main{height:500px; background:red; position:relative;}
.left{ width:200px; background:blue; height:100%; position:absolute;}
.right{background:#9C9; height:100%; position:absolute; left:210px; right:0;}
.foot{width:100%; height:50px;background:#F63;}
.main{height:600px;position:relative width:100%;}
.left{width:200px;height:600px;float:left;background-color:blue;}
.right{height:600px;float:right;margin-left:200px;width:100%; background-color:green;position:absolute}
.foot{height:150px;background-color:pink;}
我的最后是正确的。。。。。。。。。。。。。。。。。。。。。。
.left{width:200px;height:600px;float:left;background-color:blue;}
.right{height:600px;float:right;margin-left:200px;width:100%; background-color:green;position:absolute}
.foot{height:150px;background-color:pink;}
我的最后是正确的。。。。。。。。。。。。。。。。。。。。。。
.top{width:100%; background:#999999; height:80px;}
.main{background:#FF0000; width:100%; height:600px;}
.left{background:#0066FF; width:30%; height:600px; float:left}
.right{background:#66CC99; width:65%; height:600px; float:right}
.foot{width:100%;background:#FF6600;height:40px;}
.main{background:#FF0000; width:100%; height:600px;}
.left{background:#0066FF; width:30%; height:600px; float:left}
.right{background:#66CC99; width:65%; height:600px; float:right}
.foot{width:100%;background:#FF6600;height:40px;}
.top{height:80px;margin:0 auto;background-color:#ccc}
.main{height:400px;background-color:#f00}
.left{height:400px;width:200px;background-color:#00f;position:absolute;left:0;top:100px}
.right{height:400px;margin-left:210px;background-color:#0f0}
.foot{height:50px;margin:0 auto;background-color:#f60}
.main{height:400px;background-color:#f00}
.left{height:400px;width:200px;background-color:#00f;position:absolute;left:0;top:100px}
.right{height:400px;margin-left:210px;background-color:#0f0}
.foot{height:50px;margin:0 auto;background-color:#f60}