Skip to content

Instantly share code, notes, and snippets.

@kotarok
Created November 28, 2010 10:28
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save kotarok/718797 to your computer and use it in GitHub Desktop.
Save kotarok/718797 to your computer and use it in GitHub Desktop.
the clearfix I'm currently using
.clearfix {
*zoom: 1;
}
.clearfix:after {
content: '';
display: block;
clear : both;
height: 0;
}
@media print {
.clearfix:after {
height: 1px;
margin-bottom: -1px;
visibility: hidden;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment