.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;}
这个应该也行吧,放到游览器是对的。
.top{ height:100px; background:#ccc;}
.main{ height:400px; background:red;}
.left{ width:200px; background:blue;height:400px; position:absolute; left:0; top:100px; }
.right{ height:400px; background:green; margin:0 0 0 210px;}
.foot{height:50px; background:red;}
</style>
.main{ height:400px; background:red;}
.left{ width:200px; background:blue;height:400px; position:absolute; left:0; top:100px; }
.right{ height:400px; background:green; margin:0 0 0 210px;}
.foot{height:50px; background:red;}
</style>