给的答案不对吧, css:
.top{height:100px; background:#ccc}
.main{position:relative}
.left{position:absolute;top:0;left:0; width:200px; height:500px; background:blue; }
.right{ margin-left:210px;height:500px; background:#9C9;}
.foot{ height:50px; background:#F63 }
.top{height:100px; background:#ccc}
.main{position:relative}
.left{position:absolute;top:0;left:0; width:200px; height:500px; background:blue; }
.right{ margin-left:210px;height:500px; background:#9C9;}
.foot{ height:50px; background:#F63 }