1.加clear空div .clearfix:after {
content: 「.」; display: block;
height: 0;
clear: both;
visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
. clearfix {display: block;}/* End hide from IE-mac */
.clearfix {
display: block;
margin: 0px;
clear: ;
visibility: hidden;
background-color:#666666;
border:0px none #FFFFFF;
}
.clearfix:after { height: 1px;}
使用方法:
在所有浮動層之後加上這個層
2.把背景層加浮動,但是這個方法會影響其他的div,有時候好用。
3.加 overflow 這個也有問題,會影響div的外觀。