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
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