效果有了 但是..
.top{background:gray;height:100px;}
.main{background:red;height:600px;position:relative;}
.left{background:blue;height:600px;width:200px;position:absolute;top:0;}
.right{background:green;top:0;height:600px;margin-left:210px;top:0;}
.foot{height:100px;background:orange;}
我發現我在.foot中加不加clear:both都能實現效果 但是到底應該加還是不加啊
2016-03-21
當然不加 ?。∧愣紱]有用浮動 干嘛加 清除浮動?。?/p>
2016-03-13
我感覺不用加