I am wondering if it is possible to change a stylesheet dynamically.
For example, in IE,
 document.stylesheets[0].href = "newSheet.css2";
will change the current stylesheet to newSheet.css....
document.stylesheets[0].href is read only in mozilla so is there another
way....??

Phil..

Reply via email to