views:

94

answers:

2

Hi, I got a long menubar in my site and it ruins the layout. I'm wondering using jQuery(or one of it's lightweight plugins), how do I hide some of the menu links and have small arrow links that allows to scroll them? Thanks!

A: 

I'd have a look at the jQuery accordion for this.

miccet
A: 

It sounds like this scrollable jQuery plugin is what you're looking for.

It supports scrolling with arrow buttons, along with mouse wheel and keyboard arrows.

Marquis Wang