display drop down list as panel

U

usgog

I have a <select style="" name="" size="2">
<option value="1">Name 1</option>
<option value="1">Name2</option>
</select>.

It will popup and display as a drop down list with "gray'ed" vertical
scrollbar. So how can I make it like a panel without the vertical
scrollbar at the right side?
 
S

scripts.contact

I have a <select style="" name="" size="2">
<option value="1">Name 1</option>
<option value="1">Name2</option>
</select>.

It will popup and display as a drop down list with "gray'ed" vertical
scrollbar. So how can I make it like a panel without the vertical
scrollbar at the right side?

<select multiple=true>
<option value="1">Name 1</option>
<option value="1">Name2</option>
</select>
 
U

usgog

<select multiple=true>
<option value="1">Name 1</option>
<option value="1">Name2</option>
</select>

Actually the multiple selection should be false in this case.
 

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,769
Messages
2,569,578
Members
45,052
Latest member
LucyCarper

Latest Threads

Top