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.