[thelist] Firefox, CSS, and IIS issue

Lee kowalkowski lee.kowalkowski at googlemail.com
Fri Jan 19 09:24:16 CST 2007


On 19/01/07, Matthew Bernhardt <bernhardt.7 at osu.edu> wrote:
> I'm moving the new design for a website from my sandbox to a proper
> development environment, somehow the migration has caused Firefox to not
> use the site's CSS styles. I believe the issue is with how the development
> site is configured in IIS, but I can't be sure. If anybody could point out
> what I may be missing, I would greatly appreciate. The details are:

Firefox doesn't like stylesheets that weren't served with a
content/MIME type of text/css.  Possibly do it doesn't have to waste
time parsing page-not-found responses that don't use the 404 status
code or what not.

There is normally a message in the JavaScript console when this
happens (not the first place one would look!).

-- 
Lee



More information about the thelist mailing list