DropDownList

G

Guedj54

Is it possible to display more than 11 items in a dropdown list,
without having to scroll down?
Thanks,
S
 
R

Ray at

Maybe with some client-side style or something. IIRC, IE in XP when running
the new Candyland interface will display many more items at once in a drop
down. This is not an ASP controlled thing though, so I suggest asking in a
group that is about the browser you're using and want to modify the SELECT
in.

Ray at work
 
T

Tim Slattery

Is it possible to display more than 11 items in a dropdown list,
without having to scroll down?

Use the "size" attribute of the "select" tag. It specifies how many
items will be visible in the box:

<select size="15"...>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,900
Latest member
Nell636132

Latest Threads

Top