Skip to content

Instantly share code, notes, and snippets.

@aliharis
Created October 5, 2012 08:17
Show Gist options
  • Save aliharis/3838714 to your computer and use it in GitHub Desktop.
Save aliharis/3838714 to your computer and use it in GitHub Desktop.
CSS Clearfix Hack
/* clearfix hack */
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix {
display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
height:1%;
}
.clearfix {
display: block;
}
/* close commented backslash hack */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment