Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: SELECT Drop down size limitation


Message #1 by "Scot Bickell" <Scot.Bickell@c...> on Fri, 12 Oct 2001 17:04:20
You might want to create a Cascading Menu (DHTML/JavaScript)  instead of 
using <SELECT> tags for this type of look.  There are some good examples 
at javascript.internet.com.  Specifically, I recently saw one at the 
following link for a cascading menu that I think will allow unlimited 
number of items to be added.
http://javascript.internet.com/navigation/cascading-menu.html

It looks fairly easy to manipulate.

Hope this helps.

----- Forwarded by KATHLEEN M WHALEN/NE/USCS on 10/12/01 01:25 PM -----


"Scot Bickell" <Scot.Bickell@c...>
10/12/01 01:04 PM
Please respond to "HTML Code Clinic"

 
        To:     "HTML Code Clinic" <html_code_clinic@p...>
        cc: 
        Subject:        [html_code_clinic] SELECT Drop down size limitation

Is there a way to allow the size of the drop down box show more than 11 
lines?  I am not talking about the size attribute, I want that to remain 
at 1, but when the user clicks on the down arrow, they will be able to see 

all available options without having to use the scroll bar.  It looks like 

there is no way to to this, but I thought I would ask anyway. 

Thanks in advance.

  Return to Index