View Single Post
Old 05-04-2008, 15:00   #4 (permalink)
Do Gooder
 
Do Gooder's Avatar
 
Join Date: May 2007
Posts: 5,434
i find in some cases you might need to clear your floats as well.

CSS:
.clearfloat {
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}

HTML:
<div class="clearfloat"></div>

Last edited by Do Gooder : 05-04-2008 at 15:11.
  Reply With Quote