javascript - how to descrease the height of select box .It is loading with large number of records -



javascript - how to descrease the height of select box .It is loading with large number of records -

this question has reply here:

height of html select box (dropdown) 5 answers

how descrease height of select box .it loading big number of records 200 or 3 hundered.i want create smaller

that not possible pure css, have check other solutions, javascript or select build on divs.

try: <select onmouseclick="this.size=10;" onmouseout="this.size=1;"> ... </select>

javascript jquery

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -