Skip to content

Instantly share code, notes, and snippets.

@tomoya55
Created March 12, 2012 04:55
Show Gist options
  • Save tomoya55/2019891 to your computer and use it in GitHub Desktop.
Save tomoya55/2019891 to your computer and use it in GitHub Desktop.
Clearfix for ie6, ie7, and others
/* float clearing for IE6 */
.clearfix {
height: 1%;
overflow: visible; }
/* float clearing for IE7 */
.clearfix {
min-height: 1%; }
/* float clearing for everyone else */
.clearfix:after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment