I need vertical scrollbar for select box options list. I have to show only first few items of the list. I don\'t have any control over number of items in the list.
Try something like this (Replace the number 3 with the number of items you would like to show):
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20