Is there a browser compatiblity issue with relative image paths in .css files?
问题 I have .css files with relative references to images like this: BODY { BACKGROUND: url(bg.gif); } where the bg.gif file is located in the same folder as the .css file. This seems to work fine in my testing but I notice some errors in my logs that indicate that some browsers are trying to find bg.gif in the same folder as the .html page that refers to the .css file, not the folder where the .css file is. Here's an example of one such HTTP_USER_AGENT : Mozilla/5.0 (Windows NT 6.1; WOW64)