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
maybe can try trick:
<select onmouseover="this.size=10;" onmouseout="this.size=1;">
see demo : http://jsfiddle.net/h9skm/
Comments
Post a Comment