JavaScriptでCSSを動的切り替え 2005-03-24-3 [Programming] 「JavaScriptによるCSSの動的切替」のすぐ設置できる簡単なサンプル。 多分説明不要。 <link id="basicStyle" rel="stylesheet" href ="diary.css" type="text/css" /> [...] </head><body> [...] Change CSS <input type="button" value="diary.css" onclick="document.getElementById('basicStyle').href=this.value"> <input type="button" value="debug.css" onclick="document.getElementById('basicStyle