View Full Version : html drop down menu
Cheeseboy
05-16-2006, 07:03 PM
Hi, i was wondering if somebody had the code to make a drop down menu that when you select the word in the drop down menu that it would send you to that page immediately with out clickign lets say (go).
Thanks:) :thumbsup:
ronaldb66
05-17-2006, 12:00 PM
First of all, this is not the appropriate forum for your question; please do not cross-post, I'll request a moderator to move it.
Second, the Suckerfish dropdowns are among the more well known, but since A List Apart (http://www.alistapart.com/) (which published the original article) seems to be down, I'd like to refer you to HTML Dog's Son of Suckerfish (http://www.htmldog.com/articles/suckerfish/dropdowns/).
A JavaScript enhanced solution could be Brothercake's Ultimate Dropdown Menu (http://www.udm4.com/).
Cheeseboy
05-17-2006, 08:44 PM
How is it in the wrong place? Am I not using html????
felgall
05-17-2006, 08:50 PM
Menus are dynamic and for that you need CSS and (perhaps) Javascript. The HTML is incidental to the operation of the menu.
Cheeseboy
05-18-2006, 02:32 AM
heres the code i have all i want it when you select the item you want it goes straight to it and i wouldnt have to click lets say (go).
<FORM action="example.com" method="post">
<P>
<SELECT name="ComOS">
<OPTION selected label="none" value="none">Choose a Category</OPTION>
<OPTGROUP label="PortMaster 3">
<OPTION label="3.7.1" value="pm3_3.7.1">PortMaster 3 with ComOS 3.7.1</OPTION>
<OPTION label="3.7" value="pm3_3.7">PortMaster 3 with ComOS 3.7</OPTION>
<OPTION label="3.5" value="pm3_3.5">PortMaster 3 with ComOS 3.5</OPTION>
</OPTGROUP>
<OPTGROUP label="PortMaster 2">
<OPTION label="3.7" value="pm2_3.7">PortMaster 2 with ComOS 3.7</OPTION>
<OPTION label="3.5" value="pm2_3.5">PortMaster 2 with ComOS 3.5</OPTION>
</OPTGROUP>
<OPTGROUP label="IRX">
<OPTION label="3.7R" value="IRX_3.7R">IRX with ComOS 3.7R</OPTION>
<OPTION label="3.5R" value="IRX_3.5R">IRX with ComOS 3.5R</OPTION>
</OPTGROUP>
</SELECT>
</FORM>
ronaldb66
05-18-2006, 08:37 AM
How is it in the wrong place? Am I not using html???? If I recall correctly, it used to be in "Graphics & Multimedia dicussions"... Seems a mod already moved it (thanks!).
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.