Return to Snippet

Revision: 8564
at September 28, 2008 09:48 by mcfearsome


Initial Code
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

Initial URL


Initial Description


Initial Title
Another CSS Clearfix

Initial Tags
css, textmate

Initial Language
Other