relative URL in Style Sheet

Hi there,
I am no member of www-amaya. So please answer to my email address.

Consider an HTML document (http://www.blafasel.org/index.html), a style 
sheet (http://www.blafasel.org/style/bla.css) and a background image 
(http://www.blafasel.org/images/bgi.png).
The style sheet includes the following rule:
	BODY {background-image: url(../images/bgi.png)}
and is linked to the HTML document by
	<LINK rel="style sheet" type="text/css" href="style/bla.css">
. Amaya 1.3b (binary version Linux ELF) does not render the background 
image.

It does, if the relative URI for the image is images/bgi.png (without 
the ../ at the beginning). So I presume that amaya solves the relative 
URI relative to the HTML document and not to the style sheet, which is 
not correct according to CSS1 (http://www.w3.org/TR/REC-CSS1#url).

cheers
---
Johannes Koch                        http://waldbaer.home.pages.de/
ILR (Institute of Aerospace Engineering)         TU Berlin, GERMANY
IRC-Nick: Waldbaer  on #ixthys
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
In te, Domine, speravi; non confundar in aeternum.
                                        (from: Tedeum, 4th century)

Received on Monday, 4 January 1999 04:08:49 UTC