views:

343

answers:

8
+9  A: 

This is known as an accordion menu. Here is a tutorial on how to create one using jQuery.

Andrew Hare
A: 

this is called Accordion

Ropstah
+1  A: 

Vertical accordion menu

Zepplock
+6  A: 

It's called an accordion menu and it's available in jQuery UI:

http://docs.jquery.com/UI/Accordion

meder
A: 

This is an Accordion Menu and is available as a widget in Jquery UI - http://docs.jquery.com/UI/Accordion

Alex Sexton
+1  A: 

This is accordion menu.

jQuery docs here:
http://docs.jquery.com/UI/Accordion
http://plugins.jquery.com/project/accordion

Michal M
+5  A: 

I'm sure you know, by now, that this is the accordion menu style, I'll just suggest -if you're amenable to a non-jQuery option- that you visit Stu Nicholl's css-play website, where he has a pure xhtml/css version of this accordion menu style.

David Thomas
Wow, that's actually pretty cool for not using a single line of script!
Gurdas Nijor
Thanks for the link! I found exactly what I wanted.
Nescio
@Gurdas, I've found Stu Nicholl's site to be indispensable over the years for learning new things and dealing with CSS problems. His css games, though, are *pure* awesome: http://www.cssplay.co.uk/menu/ (under the heading 'Puzzles') =)
David Thomas
A: 

This is known as the Accordian Menu UI pattern. There are quite a few jQuery plugin implementations, including this one: jQuery Accordion.

More info and some good examples here:

http://ui-patterns.com/pattern/AccordionMenu

cxfx