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 hack, and now 
everything is fine:
html>body {
  background-image: url(./images/wrapback.png); 
}

Can anyone explain the problem with "./" and "../" please?

______________________________________________________________________
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