0
what it the drop down tag....please help
3 Respuestas
+ 1
Is this wht u r looking for?
<select>
<option value="opel">Opel</option>
<option value="audi">Audi</option>
</select>
0
no the one i want is the one that when you put the mouse ontop it lists the options
0
Try this. Use on hover event to show the drop down instead of click.
https://www.w3schools.com/howto/howto_js_dropdown.asp