robdecker
6/15/2013 - 6:15 PM

CSS: Clearfix. IE6+

CSS: Clearfix. IE6+

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