清楚浮动的方法综合一下答案:
一:margin:600px 0 0 0;
二:clear:both(/left/right);
三:给main设置高度:.head,.main{ width:960px; 【height:600px】;margin:0 auto;}
overflow在这里会把footer直接删除,所以不算正确的清除浮动。
一:margin:600px 0 0 0;
二:clear:both(/left/right);
三:给main设置高度:.head,.main{ width:960px; 【height:600px】;margin:0 auto;}
overflow在这里会把footer直接删除,所以不算正确的清除浮动。
已采纳回答 / 不知所云的浮
大哥,你打错了一个字母 .foot{ widht:800px; height:100px; background:red; margin:0 auto}
2016-06-03
.top{height:100px; background:#999;margin:0 auto}
.main{height:800px;background:red;margin:0 auto}
.left{width:200px;height:800px;background:blue;position:absolute;top:100px;}
.right{height:800px;background:#369;margin-left:210px;width:auto;}
.foot{height:100px;background:#C60}
.main{height:800px;background:red;margin:0 auto}
.left{width:200px;height:800px;background:blue;position:absolute;top:100px;}
.right{height:800px;background:#369;margin-left:210px;width:auto;}
.foot{height:100px;background:#C60}
.top{height:50px;background-color:#ccc;line-height:50px;}
.main{position:relative;}
.left{ width:200px;height:300px;background-color:blue;position:absolute;top:0;}
.right{height:300px;background-color:green;margin-left:210px;}
.foot{height:50px;background-color:orange;line-height:50px;clear:both;}
.main{position:relative;}
.left{ width:200px;height:300px;background-color:blue;position:absolute;top:0;}
.right{height:300px;background-color:green;margin-left:210px;}
.foot{height:50px;background-color:orange;line-height:50px;clear:both;}
.top{height:100px;background:#ccc;}
.main{width:800; height:400px; background:red;}
.left{ width:200px;height:400px;background:blue; position:absolute; left:0; top:100px;}
.right{margin-left:230px;height:400px;background:green;}
.foot{height:100px;width:auto;background:orange;}
.main{width:800; height:400px; background:red;}
.left{ width:200px;height:400px;background:blue; position:absolute; left:0; top:100px;}
.right{margin-left:230px;height:400px;background:green;}
.foot{height:100px;width:auto;background:orange;}
.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;}