Hum i get it with url("../foo.gif") and find the foo.gif in the actual folder, not the parent.
Phil



pguillard wrote:

Thanks for the informations,
unfortunately, i've put the file everywhere and tested relative paths and absolute : no way for me to get a .gif from css file... :-(


Tested
url("imgcss/foo.gif")
url(imgcss/foo.gif)
url("./imgcss/foo.gif")
url(./imgcss/foo.gif)
url(http://...../imgcss/foo.gif)
url("http://...../imgcss/foo.gif";)
I understand the sitemap is not concerned so no idea..

Phil

Ugo Cei wrote:

Il giorno 23/nov/04, alle 08:22, pguillard ha scritto:

I have a css stylesheet that contains images. I don't see them on my HTML pages. When i put the css style directly in my XSL stylesheet in the html header they are rendered correctly, that means my entries for css and gif in sitemap are ok. Any idea ?



When you put relative URLs in your CSS files, they are interpreted as relative to the location of the CSS file itself. When you wite CSS code inline, relative URLs are interpreted as relative to the location of the containing HTML file.


    Ugo



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to