Log in

View Full Version : Drop-down menu



Lele
04-11-2008, 12:08 PM
Hi,

I need to apply on my site the same drop-down menu
that appears on the left onto the following homepage site:
http://www.universalmusic.it/pop/

dropdown
Artista SEARCH

Can you help me to find this kind of script?

Thanks in advance for cooperation.

Regards
Lele

hmsnacker123
04-11-2008, 02:46 PM
code:

<form name="search_form">
<select name="cars">
<option value="volvo">Volvo</option>
<option value="saab">Saab</option>
<option value="fiat">Fiat</option>
<option value="audi">Audi</option>
</select>
</form>

Medyman
04-11-2008, 04:10 PM
Can you help me to find this kind of script?

That particular one is actually made in Flash. I don't know why they chose Flash as it has no inherent advantage in this sort of application, plus they're using non-aliased fonts and the stock components (UGLY!).

Anyway, I wouldn't recommend using Flash. What hmsnacker123 posted is a way to do it in HTML.

You'll need some sort of back end integration for the search function to actually work. Not sure if you're going to be using the same functionality or if you just want to copy the look.