you need to change your box content div to the followg:
- HTML: Select all
<div id="boxcontainer">
<div id="box1"/>
<div id="box2"/>
<div id="box3"/>
<div style="clear: both;"/>
<div class="boxcontent">46546</div>
<div class="boxcontent">46546</div>
<div class="boxcontent">46546</div>
</div>
and then remove the
- Code: Select all
clear:both
on the boxcontent
css
that should clean it up for you
edit: screen shot attached