Thread: CSS Gurus
View Single Post
Old 2006-05-28, 08:31 PM   #9
Agent
You can now put whatever you want in this space :)
 
Join Date: May 2004
Posts: 631
I usually clear like this:

div.clear {
clear:both;
height:0px;
overflow:hidden;
}

and when you have to "clear" the floated DIVs:
<div class="clear"></div>
__________________
Brihana.com
Agent is offline   Reply With Quote