<LINK rel="STYLESHEET" href="sitestyle.css" title="Default">
What effect does setting the style have, if any?
Maury
If you have Mozilla/M17, there's a "Use Stylesheet" submenu on the "View"
menu. If a page had these links:
<link rel="stylesheet"href="main.css" title="Default">
<link rel="alternate stylesheet" href="alt.css" title="Alternate">
the submenu would have entries "None", "Default" and "Alternate".
AFIK, Mozilla is the only browser that allows the user to pick stylesheets
through a menu. IE4+ allows the author to choose between stylesheets by
scripting the document.styleSheets collection. Of course, you can create
your own interface using a select drop-down or radio buttons to give the
user control.
Mozilla/M17 currently uses only one alternate stylesheet. M16 allowed more
than one, but it didn't have the menu interface; you had to script the
choice like IE. Perhaps the final release of NS6 will use more than one
alternate.
=-=-=
Steve
-=-=-
"Maury Markowitz" <maury_m...@hotmail.com> wrote in message
news:ekM1MTl...@cppssbbsa02.microsoft.com...
Hey, that's neato. I don't have occasion to use it now, but I'll remember
this for future reference.
Maury