Hi guys, yet another problem with IE7 .
I’m trying to make my main content section not overflow over the footer with text and I think the only way to make the content div stretch with the layout is to add a clear:both; property to an empty div just at the end (but inside) of the content div.
However, although this works perfectly in Firefox (yet again) this messes up in IE7. It just hides the content as if it has been hit with an overflow:hidden; property. How do I fix this?