Tanya Renne wrote:

http://www.jacksoncountydems.com/index.php

in IE looks fine

in NS and Safari however the background drops out.

#container won't be expanded in standard-compliant browsers - unless you
tell them to by using a clearing-element at the very bottom inside
#container, or by making #container act like a table.

IE/win is making it "look right" because of the proprietary construction
described here: <http://www.satzansatz.de/cssd/onhavinglayout.html>

Solutions:

add:
DIV#sitecontainer {
display: table;
}

...or add this solution to DIV#sitecontainer:
http://www.positioniseverything.net/easyclearing.html

...or add a new clearing-element at the right place in the source-code.

regards
        Georg
--
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to