Skip to content

Instantly share code, notes, and snippets.

@libo1106
Created January 2, 2013 07:41
Show Gist options
  • Save libo1106/4432910 to your computer and use it in GitHub Desktop.
Save libo1106/4432910 to your computer and use it in GitHub Desktop.
绿色清理浮动
/* For modern browsers */
.cf:before,
.cf:after {
content:"";
display:block;
}
.cf:after {
clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
zoom:1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment