views:

47

answers:

1

I have a select menu right now that holds over 100 options. the height is set to about 50px or so... so there is quite a bit of scrolling..

i was trying to use a list menu, and it was way too long...

can i use jQuery or pure CSS to create a list menu that is set height width and use scrollbar..?

does overflow-y work for all browsers ?

trying to find the most appealing "visually adept" option.

A: 

use jquery

check this link of source and demo of a navigation bar .... i think this will help you http://net.tutsplus.com/tutorials/design-tutorials/how-to-build-and-enhance-a-3-level-navigation-menu/

this link have a video tutorial tooo...

Jaison Justus
Sorry, i was referring to a list menu in a <form> that has options to select, not a list menu for navigation .. my apologies for not clarifying.thanks
tony noriega