.top{background:#CCC;height:100px;}
.main{background:#FD0201;position:relative;height:600px;}
.left{background:#0000FE;width:200px;position:absolute;top:0;left:0;height:600px}
.right{background:#9ACC99;margin-left:210px;height:600px}
.foot{background:#FF6634;height:50px}
.main{background:#FD0201;position:relative;height:600px;}
.left{background:#0000FE;width:200px;position:absolute;top:0;left:0;height:600px}
.right{background:#9ACC99;margin-left:210px;height:600px}
.foot{background:#FF6634;height:50px}
.left{ width:200px; height:600px; background:#ccc; position:absolute; left:0; top:0}
.main{ height:600px; margin:0 310px 0 210px ; background:#9CF}
.right{ height:600px; width:300px; position:absolute; top:0; right:0; background:#FCC;}
.main{ height:600px; margin:0 310px 0 210px ; background:#9CF}
.right{ height:600px; width:300px; position:absolute; top:0; right:0; background:#FCC;}
已采纳回答 / ime2016
.right不要去设置浮动了;用margin去自适应;你的代码:<...code...>修改后的代码:<...code...>效果图:<...图片...>
2016-03-05