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 -

dataset - MPAndroidchart returning no chart Data available -

post - imageshack API cURL -