码迷,mamicode.com
首页 > 其他好文 > 详细

clearfix

时间:2015-03-19 20:13:50      阅读:300      评论:0      收藏:0      [点我收藏+]

标签:

/* new clearfix */
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

You may combine the hack for IE6 and IE7:

.clearfix{*zoom:1;}

-----------------------------------------------------

If you don‘t want additional tags, use bellow:

.group:after,
#content:after,
#sidebar:after,
#some .other .thing:after
{
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
zoom:1;
}

clearfix

标签:

原文地址:http://www.cnblogs.com/ipup/p/4351421.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!