How do you add scroll bars to a selection list created using HTML SELECT tag?
Created May 7, 2012
Firat Tiryaki Use the "size" parameter to the select tag. size=2, size=10, or whatever height you want.
Created May 7, 2012