为什么实现不了右侧自适应?
<style type="text/css"> body{ margin:0; padding:0; font-size:30px; color:#fff} .top{height:100px;background:#ccc;} .main{height:400px;background:red;} .left{height:400px;width:200px;background:blue;position:absolute;} .right{height:400px;background:green;float:left;margin-left:210px;} .foot{height:50px;background:orange;} </style>
这使代码、为什么就是实现不了右侧自适应呢?