View Single Post
06-09-2007, 09:48 AM
#5
Tom is offline Tom
Tom's Avatar
Status: I Code Things
Join date: Aug 2005
Location: UK
Expertise:
Software:
 
Posts: 1,998
iTrader: 14 / 100%
 

Tom is on a distinguished road

Send a message via MSN to Tom

  Old

When using floats you should always clear them. By using the following code:

CSS
Code:
div.clear {
     clear: both:
}
xHTML
Code:
<floating element></floating element>

<div class="clear"></div>