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

routing - AngularJS State management ->load multiple states in one page -

python - GRASS parser() error -

post - imageshack API cURL -