.main{background:red;}
.left{width:100px;height:300px;background:blue;}
.right{height:300px;background:#9ACC99;position:absolute;top:80px;left:105px;right:0;}
.foot{height:30px;background:#FF6634;clear:both;}
.left{width:100px;height:300px;background:blue;}
.right{height:300px;background:#9ACC99;position:absolute;top:80px;left:105px;right:0;}
.foot{height:30px;background:#FF6634;clear:both;}
5-3有点坑爹啊
.left<width:200px;height:500px;background:blue;position:absolute;top:100px;>
这样left就不会被挤下去了
.left<width:200px;height:500px;background:blue;position:absolute;top:100px;>
这样left就不会被挤下去了