Lisa Hoppes wrote:
I've got a faux columns background image repeat-y on
#contentcontainer (blue on left, gray in middle, white on right). In
IE, the faux columns are showing up fine. In Firefox, nothing, though
it's showing up behind the search area, so I know it's in there
somewhere.

http://www.luxecraft.com/css_test.htm

Delete that clearing-div you have near the bottom. It's in the wrong
place and it isn't working in FF anyway.

Then add this:
#contentcontainer {display: table;}
...which will make FF (and other good browsers) expand the container and
background properly.

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