z e n wrote:

> background-image: url(../img/header.jpg);
>
> and here is the question - It works OK (with current
> definition of url for image using two dots) under IE6 and
> Opera 9 but when it comes to Mozilla FF 1.5 my image doesn't
> want to display. If I change url in the following way:
>
> background-image: url(./img/header.jpg);
>
> (notice one dot instead of two) the image is displaying in
> Mozilla but now it doesn't want to display in Opera and IE.

Do you have an online example of this? I always use ../ to get to 
the right directory, and never so far have seen a problem in FF 
or any other browser for that matter.

In fact, I just tried it out, and replacing ../ with ./ let the 
images disappear from Firefox as well as IE.

-- 
Els
http://locusmeus.com/
http://locusoptimus.com/

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to