views:

311

answers:

2

hi all,

i'm having a vertical navigation in my website (items below each other) and i'm looking for a menu script (i think it's called accordeon style)

when clicking on a menu item all subitems should slide out and the rest of the navigation should also slide down.

thanks

+2  A: 

You might want to look at the menu plugin from the Filament Group. The jQuery accordion might be able to be adapted to this, but I wouldn't recommend using it for menus -- it's not really designed for that.

tvanfosson
+1  A: 

I would take a look at the jQuery accordion menu by Marco van Hylckama Vlieg, simple, light and very customizable with styling. It has all the basic options for accordion, collapse, non-collapse, full expandable, etc. If you want something more complex or with more levels, you may not be after an accordion menu.

Don't forget when looking at demos that styling/images (all css) can make a huge impact on what you're looking at. With no jQuery changes, you can make a plugin look very much "your own" and fit whatever site you're putting it into.

Nick Craver