I have a select tag: how can I hide the scroll bar? The other question is how can I increse the width of this select tag
<select id="navSelection" size="5" style="overflow-y :hidden">
<option value="temp">Temperature</option>
<option value="flow">Flow</option>
<option value="press">Pressure</option>
<option value="cond">Conductivity</option>
</select>
style="overflow-y: hidden" is not working
thanks in advance