A thing I just discovered when doing the new design for seafoid.org:
If you have a div that acts as a container for floating divs, it won’t grow with them.

The trick is the following: insert this piece of code to the CSS of the container.
overflow: auto;
width: 100%
The width attribute is necessary for Internet Explorer versions prior to 7.
Hope that helps.
Thank you a lot!
I spent hours trying to do this untill i found your explanation!
Thanks,
Pedro
just what I was looking for!
thanks
Thank you! Thank you! Thank you! Thank you!
I was using visible instead of auto. Works in all browsers! Second pair of eyes is always good.
you’re a genius! every single forum says “it can be done” or the try to do it with the position:absolute thing.
clap clap clap!