[css-d] CSS Base url for image property values?

2006-06-16 Thread Stephen Cunliffe
Hi all, Suppose a site has the following structure: www \things \stuff \other \neat \cool In the ideal scenario, I'd like to reference one css file site.css that sits in the root directory. This works fine, and it will work if I link it in any page,

Re: [css-d] CSS Base url for image property values?

2006-06-16 Thread Nick Daverin
Stephen Cunliffe wrote: snip if one of the styles, has something like: div.foo{ background-image: url(pic.png); } Then it only works, when loaded from the root directory... So, the question is, outside of defining several duplicate css files (with different paths), or copying the

Re: [css-d] CSS Base url for image property values?

2006-06-16 Thread Els
Stephen Cunliffe wrote: Suppose a site has the following structure: www \things \stuff \other \neat \cool In the ideal scenario, I'd like to reference one css file site.css that sits in the root directory. This works fine, and it will work if I link