Forum Moderators: not2easy
And what is the right relation?
Relative to the CSS file is right in most cases. If, like me, you have a hard time keeping relative paths straight, you can use a root-relative path instead...
background: url(../images/image_name.gif)
This ought to refer to the same folder from anywhere on the site and can be helpful, especially if you're in the habit of using subfolders to store included files.
cEM
Relative to the CSS file is right in most cases.
Not for Netscape 4. Netscape 4 uses a URL relative to the HTML file.
But I think everything that can recognse an @import uses a URL relative to the CSS file. At least I hope so, or else I've been doing it wrong all this time! :)
Which browser are you using, Kysmiley?