[thelist] Mozilla: Use Stylesheet?

Bob Fowler bob at rjf.ca
Tue Feb 12 11:50:11 CST 2002


If you specify alternate StyleSheets they can be selected from that menu.

For example, here is what is on my site:

<link rel="stylesheet" title="Silver" media="screen" type="text/css"
href="/styles/Silver.css" />
<link rel="alternate stylesheet" title="Blue" media="screen" type="text/css"
href="/styles/Blue.css" />
<link rel="alternate stylesheet" title="Test" media="screen" type="text/css"
href="/styles/Test.css" />
<link rel="stylesheet" title="Print" media="print" type="text/css"
href="/styles/Print.css" />

You can also simulate the switching of the StyleSheets in IE. For more
information, visit: http://www.alistapart.com/stories/alternate/

Thanks,

Bob.
----- Original Message -----
From: "Judah McAuley" <judah at wiredotter.com>

> Can a user specify a stylesheet that is not listed in the HTML document?
>   And if so, how?






More information about the thelist mailing list