不知道这题的任务,这样的代码对不对,感觉答案是错的啊!!
<style type="text/css">
body{ margin:0; padding:0; font-size:30px; color:#fff}
.top{height:100px; background:gray;}
.main{ height:500px; background:red;}
.left{width:200px; height:500px; background:blue; float:left;}
.right{position:absolute; margin-left:210px; background:#9c9; height:500px;}
.foot{background:#F63; height:50px;}
</style>