How to create a drop down menu like displayed on Amazon?

BoZz

New Member
I am kind of new to web development. I am trying to create a drop down menu. which is something like:\[code\]<select> <option value="http://stackoverflow.com/questions/13872939/volvo">Volvo</option> <option value="http://stackoverflow.com/questions/13872939/saab">Saab</option> <option value="http://stackoverflow.com/questions/13872939/opel">Opel</option> <option value="http://stackoverflow.com/questions/13872939/audi">Audi</option></select> \[/code\]but this is not exactly what I want. I want to create a drop down list very similar to the one on Amazon.com (the dropdown list beside "Search"), shown in following pic. so whenever user click on the button, list will be displayed in the button as text.
 
Back
Top