css clearfix - 清除浮动

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css clearfix - 清除浮动相关的知识,希望对你有一定的参考价值。

/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}

.clearfix:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

--------------------------------
<div class="clearfix">

</div>

以上是关于css clearfix - 清除浮动的主要内容,如果未能解决你的问题,请参考以下文章

css clearfix - 清除浮动

CSS 清除浮动 - 清洁clearfix

css清除浮动

css清除浮动clearfix:after的用法详解(转)

关于清除浮动的方法

解读浮动闭合最佳方案:clearfix