[thelist] css print and mozilla

Tony Crockford tonyc at boldfish.co.uk
Sun Aug 3 01:07:22 CDT 2003


> 	<link rel="stylesheet" type="text/css" href="style.css"
> 		media="screen,projection" title="Default" />
> 	<link rel="stylesheet" type="text/css" href="print.css"
> 		media="print" title="Print" />
> 
> What is even odder, if I swap those 2 above, Mozilla loads 
> the print css in
> the browser but doesn't show the screen CSS (like it should). 
> Seems that
> Mozilla is only loading one of the 2 style sheets.
> 
> Any ideas?
> 
> ted

In a word - Title

title in a stylesheet link has special meaning.

This article explains all:

http://devedge.netscape.com/viewsource/2002/preferred-stylesheets/

HTH

Tony




More information about the thelist mailing list