I’m a bit stumped on this one. I am referring to this page – http://savitarbernese.com/welcome.aspx. At the moment it looks okay on IE7 but I can’t seem to get it to work on other browsers. As it stands now I had to wrap a couple of DIVs within tables to make the background extend behind the full content. I’m guessing this has something to do with the div overflow? I’m not sure…
What’s the best practice for cross-browser compatibility when using DIVs?
Cheers,
D.
Add
to #container and to #content in your css and presto!
This directive tells the browser to extend the height of the parent divs to the inside divs, even when they are floating.