I seem to have found a very specific Firefox bug, an wondering if anyone can help.
I have an ASP.NET 3.5 web site that uses Windows Authentication.
In most browsers it works fine, but when viewed with Firefox (v10.0.1) the css background images are not loaded. That is, css like this stop working:
.hasabackground
{
background: url(images/something.png) no-repeat top left;
}
It seems to be something specific to do with Windows Authentication, because when I use the same markup/css/background images without Windows Authentication, it works OK in Firefox.
(I would post an example page but thats hard to do because the bug only occurs with Windows Authentication)
Any ideas?