Re: [css-d] Re: setting a background image with firefox.

2005-05-06 Thread Erik Harris
At 02:23 PM 5/6/2005, victor NOAGBODJI wrote: There is was this line: background-image: url(../images/wrapback.png); For some reason this line doesn't work in firefox so I've added a hack, and now everything is fine: html>body { background-image: url(./images/wrapback.png); } Can anyone explain

[css-d] Re: setting a background image with firefox.

2005-05-06 Thread victor NOAGBODJI
Sorry you all, It's me again, and I've found the problem. I have modified the original file so that you can view it online (the stylesheets weren't embedded) There is was this line: background-image: url(../images/wrapback.png); For some reason this line doesn't work in firefox so I've added a h