Re: [css-d] Show background image

2007-03-02 Thread Chris Chen
>[...] > > > > IE7 shows nothing for the background. What am I missing? > > >A link to the problem page for us to look at, perhaps? This has been resolved -- The CSS is in its own directory and therefore the image path has to begin with ".." instead. Thanks, Chris __

Re: [css-d] Show background image

2007-03-02 Thread David Hucklesby
On Thu, 1 Mar 2007 22:30:09 -0800, Chris Chen wrote: [...] > > IE7 shows nothing for the background. What am I missing? > A link to the problem page for us to look at, perhaps? Cordially, David -- www.hucklesby.com __ css-discu

[css-d] Show background image

2007-03-02 Thread Chris Chen
Hi, I am unable to show a background image for any element in IE7. For example: (wttcbanner.gif is in the same directory as the HTML file.) body{background-image: url(wttcbanner.gif);} IE7 shows nothing for the background. What am I missing? Thanks, Chris __