html - Define height of select box -


i have problem select box height. possible make select list shorter css property or other way? see attached screenshot

enter image description here

maybe can try trick:

<select onmouseover="this.size=10;" onmouseout="this.size=1;"> 

see demo : http://jsfiddle.net/h9skm/


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -