The following style causes a 404 to show up in our access logs:
background-image: url('/site/common/img/modal/headline.png'),
url('/site/common/img/modal/headline.png'),
url('/site/common/img/modal/headline.png');
I've tried it with and without quotes with the same result.
From access logs:
...[11/Dec/2011:01:20:52 -0800] "GET /site/common/img/modal/headline.png),%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url(/site/common/img/modal/headline.png),%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url(/site/common/img/modal/headline.png HTTP/1.1" 404...
Apart from removing the styles for IE, is there a way to get IE to ignore these styles to avoid the 404?