ModernRevolutions
04-15-2009, 03:07 PM
Okay, I am trying to change my theme changer so its a drop down menu, instead of the picture/icons I am using now. (Here (http://www.modernrevolutions.vivid-avenue.net) is the theme changer)
Here is the code I have for the drop down menu:
<form method="post" name="nameform"> <font color="#000000"
size="2" face="Georgia"><select name="tanyasmenu" size="1" style="BACKGROUND: #ffffff; border:1px solid #000000; FONT-FAMILY:
Georgia; FONT-SIZE: 12px">
<option selected value="#" onclick="setActiveStyleSheet('Monroe');
return false;">Monroe</option>
<option value="#">Directory</option>
<option value="#">Design</option>
</select>
<input type="button" value="Switch" onclick="location
= document.nameform.tanyasmenu.options [document.nameform.tanyasmenu.selectedIndex].value;"
style="BACKGROUND: #ffffff; COLOR: #000000; FONT-FAMILY: Georgia;
FONT-SIZE: 12px"> </form>
As you can see, I tried it with the first option, however it didn't work, how would I make such a drop down menu that I am trying to achieve?
Here is the code I have for the drop down menu:
<form method="post" name="nameform"> <font color="#000000"
size="2" face="Georgia"><select name="tanyasmenu" size="1" style="BACKGROUND: #ffffff; border:1px solid #000000; FONT-FAMILY:
Georgia; FONT-SIZE: 12px">
<option selected value="#" onclick="setActiveStyleSheet('Monroe');
return false;">Monroe</option>
<option value="#">Directory</option>
<option value="#">Design</option>
</select>
<input type="button" value="Switch" onclick="location
= document.nameform.tanyasmenu.options [document.nameform.tanyasmenu.selectedIndex].value;"
style="BACKGROUND: #ffffff; COLOR: #000000; FONT-FAMILY: Georgia;
FONT-SIZE: 12px"> </form>
As you can see, I tried it with the first option, however it didn't work, how would I make such a drop down menu that I am trying to achieve?