http://www.slinkymedia.com/surreytourism/comp_treasuretrail.asp
http://www.slinkymedia.com/surreytourism/css/screen.css
I'm having problems getting clear: both; to work in non-IE browsers. If you look at my site in IE, the content div stretches appropriately and the clear: both; knocks the footer into place beneath it. However, other browsers don't seem to take any notice of the clear: both; and the content overlaps the footer! Any ideas?
clear: both; not working in non-IE browsers
Try using a <div> instead of <br />
<div class="clearboth"></div>
clear: both; not working in non-IE browsers
Still no joy, that doesn't seem to work
clear: both; not working in non-IE browsers
You have a height: 372px; in your #content which IE ignores but all the rest fix this at 372px and will not expand.
Removing this line should allow the content to be enclosed.
clear: both; not working in non-IE browsers
Stu, you're a lifesaver! Definitely deserve the title of guru