I have a div that is float:left, and after the div is the rest of the page. In order to keep the rest of the page below the div, I must first place a
On the next item you can use the style clear:left.
clear:left
Another alternative is to set the overflow style on the parent of the floating element to make it contain it, like overflow:hidden.
overflow
overflow:hidden