I have been doing research and to be able to make a scrollable drop down box requires javascript I have been informed.
Can anyone help me with this or a tutorial?
Example code:
<select name="cars">
<option value="volvo">Volvo</option>
<option value="saab">Saab</option>
<option value="fiat" selected="selected">Fiat</option>
<option value="audi">Audi</option>
</select>
Goals:
- Only view two options and rest are scrollable
Thankyou, Regards X