CSS: New Clear Fix
/* New Clear Fix*/ .cf:before, .cf:after { content: ""; display: table; } .cf:after { clear: both; } .cf { zoom: 1; }