Try changing #wrap to this:

#wrap {
        width: 750px; /*size to fit design*/
        background-image: url(bodytexture.gif);
        display: table; 
}

IE doesn't support display: table; so it is ignored. FF will render
the background image as it should.

Jim

You said... 
> Why is Firefox not rending the background image of this page here
> http://webmarksonline.com/temp/test.htm
______________________________________________________________________
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