css: box around floating elements by prettyscripts on 2010-09-20 16:25 • Send feedback » css • html a common problem with when trying to box 2 floating elements, you see a zero-height box align to the top of the floating element. eg, we have the following layout:<div class="container"> <div class="left">left column</div>… more »