.top{height:100px;background:#ccc}
.main{width:100%;height:500px;position:relative;background:red;}
.left{width:200px;height:500px;background:blue;float:left;}
.right{height:500px;background:#9C9;float:right;position:absolute;left:210px;right:0px;}
.foot{height:50px;background:#F63;clear:both;}标准答案!
.main{width:100%;height:500px;position:relative;background:red;}
.left{width:200px;height:500px;background:blue;float:left;}
.right{height:500px;background:#9C9;float:right;position:absolute;left:210px;right:0px;}
.foot{height:50px;background:#F63;clear:both;}标准答案!
<style type="text/css">
body{ margin:0; padding:0; font-size:30px; color:#fff}
.top{height:100px;width:100%;background-color:#CCCCCC}
.main{height:600px;width:100%;position:relative;background-color:#f00}
.right{height:600px;margin:0 0 0 210px;background-color:#0f0}
body{ margin:0; padding:0; font-size:30px; color:#fff}
.top{height:100px;width:100%;background-color:#CCCCCC}
.main{height:600px;width:100%;position:relative;background-color:#f00}
.right{height:600px;margin:0 0 0 210px;background-color:#0f0}