how to make options of drop-down list into links in html?

  • Thread starter Thread starter Ant Says Love
  • Start date Start date
A

Ant Says Love

Guest
I'm building a website as a type of database on my computer, but I can't get this one thing to work right. how do I make the options of a drop down list like this into links:

<select>
<option>blah1
<option>blah2
<option>blah3
</select>
 
Here are some websites I came across when goes into a little more depth on drop-down menu coding for HTML.

http://www.hypergurl.com/dropmenu.html

www.htmlgoodies.com is also another great side
 
Back
Top