Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating dropdown menus

Status
Not open for further replies.

hammed

Vendor
Mar 7, 2005
1
IE
Iam using Dreamweaver4 to create my website and im wanting to have dropdown menus for my links in the homepage,iv heard i can only do this with CGI programming,is there any other ways?
Mail me at Ham090@hotmail.com,thanks.
 
You mean select box menu right?? Try this :

Code:
<select onchange=&quot;window.location=this.value&quot;>
  <option>... Menu ...</option>
  <option value=&quot;[URL unfurl="true"]http://www.msn.com&quot;>msn.com</option>[/URL]
  <option value=&quot;[URL unfurl="true"]http://www.ibm.com&quot;>ibm.com</option>[/URL]
  <option value=&quot;[URL unfurl="true"]http://www.tek-tips.com&quot;>tek-tips.com</option>[/URL]
</select>
Regards

Big Dave

davidbyng@hotmail.com
 
Take a look at these javascript menu's. I use this one and it is very easy to setup and seems to be cross browser.

The only dumb questions are the ones that are never asked
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top