Skip to content

Instantly share code, notes, and snippets.

@jiguang
Forked from simplelife7/clearfix.css
Created August 16, 2012 07:04
Show Gist options
  • Save jiguang/3367588 to your computer and use it in GitHub Desktop.
Save jiguang/3367588 to your computer and use it in GitHub Desktop.
【CSS】clearfix
/* 清除浮动 */
.fix:after {
visibility:hidden;
display:block;
font-size:0;
content:" ";
clear:both;
height:0;
}
.clearfix {
zoom:1; /* for IE6 IE7 */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment