PDA

View Full Version : CSS Help needed VB 403


shri
06-14-2010, 12:31 PM
I'm working on a new template and have most of it sorted ... except where there are some floating divs which split the body into vertical columns.
<snip>

The content box ( s5_body_wrap3 ) should close and show the footer below where the groups close and not all the way up, right after the above_content div (which goes all the way across the page).

This happens in both Firefox and IE8, so I suspect it is something pretty fundamental that I've missed.

Any help from those more familiar with vb4's css / divs / boxes would be much appreciated.

shri
06-14-2010, 12:52 PM
Here's the screenshot, incase that helps jog someone's memory.

shri
06-14-2010, 01:12 PM
Adding a <div style="clear:both"></div> at the begining of my footer sorted it out fo rme.