Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is this menu style called?

Tags:

jquery

menu

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?

accordion menu

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.

like image 224
Nescio Avatar asked Oct 20 '09 23:10

Nescio


People also ask

What are menu styles?

What Are The 5 Types of Menus In A Restaurant? There are 5 fundamental types of menus that are used in restaurants, and they are the most commonly used. These are a la carte, static, du jour, cycle, and fixed menus.

What is set menu style?

A set menu is a menu with a specific set of meals to choose from. The price charged for each meal is the same.

What is a set menu called?

In restaurant terminology, a table d'hôte (French pronunciation: ​[tabl. dot]; lit. 'host's table') menu is a menu where multi-course meals with only a few choices are charged at a fixed total price. Such a menu may be called prix fixe ("fixed price"; [pʁi fiks] pree-feeks).


1 Answers

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

like image 59
Andrew Hare Avatar answered Nov 06 '22 07:11

Andrew Hare