.cf:before, .cf:after { content: ""; display: table; } .cf:after { clear: both; } .cf { zoom: 1; }
<div class="cf"> <div style="float:left;"></div> <div style="float:right;"></div> </div>