kbjradmin
New Member
- Messages
- 512
- Reaction score
- 2
- Points
- 0
i have a drop down box on my page that is used to change the stylesheets used on the page. i have noticed, though, that the code seems to have some sort of an error in firefox. could someone help?
the result can be seen on my page at http://kbjr.x10hosting.com
thanks in advance!
Code:
<form id="switchform" action="#">
<pre class="theme">Change Theme</pre>
<select name="switchcontrol" size="1" onchange="chooseStyle(this.options[this.selectedIndex].value, 60)">
<option value="bluestyle" selected="selected">Blue Theme</option>
<option value="greenstyle">Green Theme</option>
<option value="purplestyle">Purple Theme</option>
<option value="redstyle">Red Theme</option>
<option value="orangestyle">Orange Theme</option>
</select>
</form>
the result can be seen on my page at http://kbjr.x10hosting.com
thanks in advance!
Last edited: