Posted by typingcat on 01/12/50 11:28
Hello.
I know it is possible to change separate elements' style by changing
[element].style=[another style];
But is it possible to set the entire page's stylesheet?
For example,
<head>
<link rel="stylesheet" type="text/css" href="style1.css" />
</head>
Can I change "style1.css" to "style2.css" using Javascript and make the
page be changed dynamically?
Navigation:
[Reply to this message]
|