What is this menu style called?

jquery, menu

Solution

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.

Problem

I am trying to style a menu that has a static height and the content is displayed between the headers. (Please see below image. ...the right side is the view after a user clicks on Header 2) What is this menu style called? How can I accomplish this with jQuery? Edit: Thanks! I searched for accordion before asking, but I was unable to find any examples where the menu's height stays static regardless of the content. Edit 2: This is the behavior I was looking for: Vertical concertina menu Thanks @ricebowl for providing the link.

Original source