Return to Snippet

Revision: 49406
at July 21, 2011 14:45 by Sullan


Initial Code
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

Initial URL


Initial Description


Initial Title
Clear floats with pseudo class

Initial Tags


Initial Language
CSS