I have run into a strange problem. When I use:
background-image: url(none);
in my css file, it generates an error in the apache log file:
File does not exist: /...../styles/none, referer: http://blabla.com/styles/styles.css
I have used the W3C CSS validator and there are no errors (just some warnings about floats needing widths).
I used to have:
background-image: none;
but I have changed all instances and the most up-to-date stylesheet is used.
Is this normal behaviour or is it more likely that I have an error somewhere in my stylesheet?