.top{height:100px;background:#ccc;}
.main{height:500px;background:red;}
.left{width:200px;height:500px;background:blue;margin-top:-500px;}
.right{margin-left:210px;height:500px;background:#9c9;}
.foot{height:100px;background:#f63;}
我的不知道为什么.left要加一句:;margin-top:-500px;才能和右边的排在一列
.main{height:500px;background:red;}
.left{width:200px;height:500px;background:blue;margin-top:-500px;}
.right{margin-left:210px;height:500px;background:#9c9;}
.foot{height:100px;background:#f63;}
我的不知道为什么.left要加一句:;margin-top:-500px;才能和右边的排在一列
.top{ width:100%;height:80px; background:gray;}
.main{ width:100%; height:300px; background:red;}
.right{ width:100%; height:300px; background:green; margin-left:210px;}
.left{ width:200px; height:300px; background:blue; position:absolute; top:80px;}
.foot{ width:100%; height:50px; background:#369;}
.main{ width:100%; height:300px; background:red;}
.right{ width:100%; height:300px; background:green; margin-left:210px;}
.left{ width:200px; height:300px; background:blue; position:absolute; top:80px;}
.foot{ width:100%; height:50px; background:#369;}
.top{ width:auto;height:50px; background:gray;}
.main{width:auto;height:300px;background:red;}
.left{ height:300px; width:200px;background:blue}
.right{ height:300px;background:#6F0;position:absolute; margin-left:210px; width:100%;}
.foot{ height:50px; background:orange;}
</style>
答案应该是这个,不过
.main{width:auto;height:300px;background:red;}
.left{ height:300px; width:200px;background:blue}
.right{ height:300px;background:#6F0;position:absolute; margin-left:210px; width:100%;}
.foot{ height:50px; background:orange;}
</style>
答案应该是这个,不过
.top{height:50px;margin:0 auto;background:#ccc;}
.main{height:600px;background:red;}
.left{width:200px;height:600px; position:absolute;left:0;top:50px;background:blue;}
.right{height:600px;margin:0 0 0 210px ;background:green;}
.foot{height:50px;margin:0 auto;background:#f63;}
.main{height:600px;background:red;}
.left{width:200px;height:600px; position:absolute;left:0;top:50px;background:blue;}
.right{height:600px;margin:0 0 0 210px ;background:green;}
.foot{height:50px;margin:0 auto;background:#f63;}
.top{height:30px;width:100%;background:#ccc;}
.foot{height:30px;background:green}
.main{height:300px;width:100%;background:red;position:relative;overflow:hidden}
.left{width:200px;height:300px;background:blue}
.right{height:300px;background:green;position:absolute;left:210px;top:0px;width:100%}
.foot{height:30px;background:green}
.main{height:300px;width:100%;background:red;position:relative;overflow:hidden}
.left{width:200px;height:300px;background:blue}
.right{height:300px;background:green;position:absolute;left:210px;top:0px;width:100%}