如何用css进行网页布局5-3
.top{height:100px;background:#ccc;} .main{height:800px;} .left{ width:200px;height:800px;float:left;background:blue;} .right{height:800px;background:green;float:right;} .foot{heigh:50px;clear:both;background:orange;}哪里错了,为什么left与right之间有一道鸿沟?