views:

250

answers:

2

Hello, I have a program in which I have a large amount of items listed under a specific submenu. I am looking for a way to scroll through them, as the menu is now larger then the screen. Previously i have seen menus in which the top and bottom icons are arrows which, when the mouse hovers over, scroll up or down respectively. Can someone please explain to me how to do this? Or else simply how to add a scrollbar to my submenu?

Thanks!

A: 

After a little googling for "scrolling menu java -script" i found this: http://forums.sun.com/thread.jspa?forumID=57&threadID=454021

haha thank you very much! i googled for probably around 10 minutes, but apparently the "-script" never popped into my mind.
Sean Martin
actually there's a problem with that code. when scrolling, if both the up arrow and down arrow are visible, the down arrow takes up two menu spaces, leaving a blank one beneath it.
Sean Martin
A: 

Another option might be Darryl's Menu Scroller.

camickr