Styleswitcher并不仅仅对firefox有兴趣。为什么?

时间:2014-12-08 13:05:30

标签: javascript html css google-chrome

我已经实现了一个样式开关。但它只适用于Firefox。 我想在chrome,IE等上运行它。

styleswitcher.js

http://designshack.net/tutorialexamples/styleswitcher/styleswitcher.js

<script type="text/javascript" src="./js/styleswitcher.js"></script>
    <link rel="stylesheet" type="text/css" href="./css/main.css" title="default">
    <link rel="alternate stylesheet" type="text/css" href="./css/style1.css" title="darkblue"> 

<a href="/" onclick="setActiveStyleSheet('darkblue'); return false;">darkblue</a>
<a href="/" onclick="setActiveStyleSheet('default'); return false;">Default</a>

我认为,我无法在Chrome上保存Cookie,但我不知道为什么。

0 个答案:

没有答案