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 answershow 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
Post a Comment