Home
Articles
Client-Side Java
Core Java
Embedded & Mobile
Server-Side Java
Java Tools
Web Services & Cloud
FAQs
Ajax
BEA Certification
Certification
Client-Side Java
Core Java
Embedded & Mobile
Java Tools
Java Certification
Methodology
Miscellaneous
Mobile Media API
Other Certification
Server-Side Java
Web Services & Cloud
Downloads
Learn
Forums
Newsletter
Advertiser Disclosure
Close
How do you add scroll bars to a selection list created using HTML SELECT tag?
Created May 7, 2012
Back to article
Firat Tiryaki
Use the "size" parameter to the select tag. size=2, size=10, or whatever height you want.