A standard approach is to add a clearing div between the two floating block level elements:
<div style="clear:both;"></div>
A standard approach is to add a clearing div between the two floating block level elements:
<div style="clear:both;"></div>