| Author |
Fixed length for drop-down list
|
Nazneen Shaikh
Greenhorn
Joined: May 01, 2003
Posts: 21
|
|
Hi, I have a select box in my jsp. When i click on it i get a drop down list with 15 items and a scroll bar as the total list is 20. I need to fix the length of the drop-down list. How can i do this. I want the drop-down list to show only 5and the rest can be searched with the use of scroll bar. Please help. Thanking in Advance Nazneen
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
|
size="5"
|
 |
 |
|
|
subject: Fixed length for drop-down list
|
|
|