Long drop-down list

liunx

Guest
Hello,<br />
<br />
I have a drop down that contains a large number of items.<br />
It's getting to the stage where it takes up a large portion of the page.<br />
<br />
Is there anyway I can display the first six items in the list and allow the user to scroll throught the rest of them?<br />
<br />
I dont want to use size=6 for this, I only want to display one item at the start (size=1)<br />
<br />
Cheers,<br />
<br />
Simon<!--content-->the only way is to make the size bigger like you said. I don't beleive there is anotehr way.<!--content-->not sure if im on the right track but could you make some sub menus to reduce the length of the DDmenu...? maybe making alphabetic subs...? jaeman<!--content-->Simon, check out some of the dropdown menus at A1 Javascripts (<!-- m --><a class="postlink" href="http://www.a1javascripts.com">http://www.a1javascripts.com</a><!-- m -->). I'm almost positive I've seen a code that will allow you to specify the height of the menu, with a scroll option in there somewhere.<br />
<br />
Peg<!--content-->
 
Back
Top