[thelist] RE: Mozilla 0.9.9 is out

Mark Howells mark at mountain.ch
Tue Mar 12 10:51:01 CST 2002


> does anyone know of any problems or idiosynchracies that mozilla has with
> linked style sheets?
>
> we are using this method and mozilla is not picking up the styles:
>
> <link rel="stylesheet" type="text/css" href="/common/common.css" />

You need to be sure that the server is sending the files as text/css.
Mozilla won't read the CSS declaration files if the file type is text/plain.

I'd also think about changing your logic so that you use one global
stylesheet for everything except NN4. You'll run into a lot of problems if
you check the User Agent name, as Opera often identifies itself as IE and
other browsers, such as AOL, may identify themselves as something totally
different than a standard browser.

Regards
Mark Howells
<http://www.mark.ac/evl/>




More information about the thelist mailing list