Micro Clearfix Hack
I use the Clearfix hack everyday pretty much, just ran across this lighter version thanks to @ChrisCoyier…
/* For modern browsers */
.group:before,
.group:after {
content:"";
display:table;
}
.group:after {
clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.group {
zoom:1;
}