[thelist] css print and mozilla

ted serbinski tss24 at cornell.edu
Sat Aug 2 23:30:49 CDT 2003


Hi all!

For some reason Mozilla is not using my print style sheet at all, but IE is
using it. Using this code below:

	<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




More information about the thelist mailing list