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 is the theme changer)
Here is the code I have for the drop down menu:
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?Code:<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>




Reply With Quote


Bookmarks