|
The BODY is styled in "/_styles/test_relative_path_body.css" - it sets a background-image, but the URL in the CSS file is a relative URL (img/wetlilac.gif). But relative to what?
- If you see a wet-lilac background image (wetlilac.gif), then your browser behaves according to the W3C spec and is finding the image relative to the CSS file.
- If you see a wet-green background image, then it is finding the file (also called wetlilac.gif) relative to this (current) HTML file. (Which I thought was how the Mozilla browser worked - but it seems OK?!) NN4, however, does suffer from this.
- If you see nothing but a plain light blue background then no image is being found!?!
|