.cf:before, .cf:after { content: " "; display: table; } .cf:after { clear: both; } /** * For IE 6/7 only * Include this rule to trigger hasLayout and contain floats. */ .cf { *zoom: 1; } This is because dropping support for oldIE allowed us to part with both zoom:1 and :before as their only use was for cross-browsers support. In oldIE, zoom:1 triggers something known as hasLayout which creates—mor