.clearfix:before,「micro clearfix」のソース
.clearfix:after { content: "."; display: block;
height: 0; overflow: hidden;}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;} /* IE < 8 */
.cf { zoom: 1; } /* IE < 8 */「micro clearfix」のデモ
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
Float
Float
引用、参考:http://nicolasgallagher.com/micro-clearfix-hack/