.main{margin:0 auto; width:600px; height:500px; background:red;}
.left{ background:black;height:500px;width:100px;position:absolute; top:100px;}
.right{background:blue; height:500px; width:490px; float:right;}
.foot{margin:0 auto; width:600px; height:50px; background:yellow;}
.left{ background:black;height:500px;width:100px;position:absolute; top:100px;}
.right{background:blue; height:500px; width:490px; float:right;}
.foot{margin:0 auto; width:600px; height:50px; background:yellow;}
最新回答 / Cassie_yu
footer的式样设置#9F9就是绿色的当没有清除浮动的时候,footer的样式是被上面浮动的式样所覆盖了的,所以式样紧跟在head之后,而只显示出了文字把代码复制到浏览器中去尝试下就会明白了
2016-05-31
.top{height:100px; background:#ccc;}
.main{height:500px; background:red; position:relative;}
.right{height:500px; background:lightgreen; position:absolute; left:210px; width:100%;}
.left{width:200px; height:500px; background:blue;}
.foot{width:100%; height:50px; background:orange;
.main{height:500px; background:red; position:relative;}
.right{height:500px; background:lightgreen; position:absolute; left:210px; width:100%;}
.left{width:200px; height:500px; background:blue;}
.foot{width:100%; height:50px; background:orange;
.top{height:30px;background:black;}
.main{height:400px;width:100%;background:red;}
.right{height:400px;width:46%;float:right;background:blue}
.left{height:400px;width:50%;float:left;background:green;}
.foot{height:30px;width:100%;background:orange;}
.main{height:400px;width:100%;background:red;}
.right{height:400px;width:46%;float:right;background:blue}
.left{height:400px;width:50%;float:left;background:green;}
.foot{height:30px;width:100%;background:orange;}
.head,.main{ width:960px;margin:0px auto;}
.left{ width:220px; height:600px; background:#ccc;float:left;}
.r_sub_left{ width:540px; height:600px; background:#9C3; float:left}
.r_sub_right{ width:200px; height:600px; background:#9FC; float:right;}
.footer{ height:50px; background:#9F9;clear:right;}
.left{ width:220px; height:600px; background:#ccc;float:left;}
.r_sub_left{ width:540px; height:600px; background:#9C3; float:left}
.r_sub_right{ width:200px; height:600px; background:#9FC; float:right;}
.footer{ height:50px; background:#9F9;clear:right;}