.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 */
				
		.cf:before, .cf:after { content: ""; display: table; }
		.cf:after { clear: both; }		
		
		「micro clearfix」のデモ
		
				Float
			
				Float
		引用、参考:http://nicolasgallagher.com/micro-clearfix-hack/