Showing posts with label css div. Show all posts
Showing posts with label css div. Show all posts

Tuesday, December 14, 2010

Weird floating DIVs

If you run into problems with div floating on the side of another div despite having clear seperators, then you need to inform the browser to 'stop' floating.. using the following command.

<div style="clear: both;"> </div>