CSS: Improved Clearfix
/* For modern browsers */
.cf:before,
.cf:after {
content:"";
display:table;
}
.cf:after {
clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
*zoom:1;
}
/*http://www.css-101.org/articles/clearfix/latest-new-clearfix-so-far.php*/