clearfix

/* 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;
}

 

\btppabs="h[^"]*"

posted @ 2015-03-19 19:40  ipup  阅读(247)  评论(0编辑  收藏  举报