.top{width:100%;height:100px;background:#ccc;}
.main{width:100%;height:400px;background:red;position:relative}
.left{position:absolute;width:200px;height:400px;left:0;top:0;background:blue;}
.right{margin-left:210px;height:400px;background:#0f0;}
.foot{width:100%;height:100px;background:#455;} 正确答案
.main{width:100%;height:400px;background:red;position:relative}
.left{position:absolute;width:200px;height:400px;left:0;top:0;background:blue;}
.right{margin-left:210px;height:400px;background:#0f0;}
.foot{width:100%;height:100px;background:#455;} 正确答案
.top{background: #F2F2F2;}
.main{background: #e00;height: 400px;}
.left{ float: left;width: 200px ;height:400px;background: #8a2be2;}
.right{float: right;margin: 0 0 0 210px;height:400px;width: 100%; background: #9bcd9b;position: absolute;}
.foot{background: #EEB422; margin:400 0 0 0; width: 100%;}
.main{background: #e00;height: 400px;}
.left{ float: left;width: 200px ;height:400px;background: #8a2be2;}
.right{float: right;margin: 0 0 0 210px;height:400px;width: 100%; background: #9bcd9b;position: absolute;}
.foot{background: #EEB422; margin:400 0 0 0; width: 100%;}
.main{background-color: red;position: relative;width: 100%;height: 500px;}
.right{background-color: greenyellow;position:absolute;height: 500px;width: 100%;left: 210px;top: 0;}
.left{left: 0px;top:0;background-color: blue;height: 500px;position: absolute;width: 200px;}
字数限制,top&foot的样式就不写了。
.right{background-color: greenyellow;position:absolute;height: 500px;width: 100%;left: 210px;top: 0;}
.left{left: 0px;top:0;background-color: blue;height: 500px;position: absolute;width: 200px;}
字数限制,top&foot的样式就不写了。