[thelist] CSS three-columns nested

Bob Fowler bob at rjf.ca
Tue Jan 8 11:59:10 CST 2002


Nate,

Try putting a div at the end with "clear: both;".

Like this:

 <div class=\"main\">
     ...
     <div class=\"column\">foo</div> <!-- 3x -->
     <div style=\"clear: both;\"></div>
 </div>

Bob.






More information about the thelist mailing list