.top{ height:100px; background:#ccc;}
.main{height:500px; background:red; position:relative;}
.left{ width:200px; background:blue; height:500px; position:absolute; left:0; top:0;}
.right{height:500px; width:100%; background:green; margin-left:210px; }
.foot{height:50px; background:orange}
.main{height:500px; background:red; position:relative;}
.left{ width:200px; background:blue; height:500px; position:absolute; left:0; top:0;}
.right{height:500px; width:100%; background:green; margin-left:210px; }
.foot{height:50px; background:orange}
.left{ width:200px; height:600px; background:#ccc; positon:absolute; left:0; top:0}
.main{ height:600px; position:absolute;top:0px;left:210px;right:310px;background:#9CF}
.right{ height:600px; width:300px; position:absolute; top:0; right:0; background:#FCC;}
这个应该也行吧,放到游览器是对的。
.main{ height:600px; position:absolute;top:0px;left:210px;right:310px;background:#9CF}
.right{ height:600px; width:300px; position:absolute; top:0; right:0; background:#FCC;}
这个应该也行吧,放到游览器是对的。