Brendan
Brendan

Reputation: 13

Dropdown Information Boxes

I am trying to create dropdown menus that contain information similar to that of what this website has down in their main body.

http://www.alexanderresearch.com.au/index.php?option=com_moofaq&Itemid=3

I would like the functionality to be similar to that of these information boxes, i would like some help in pointing me in the right direction to be able to create this for my website. Any help would be appreciate, Thankyou in advance!

Upvotes: 1

Views: 3020

Answers (2)

Rich
Rich

Reputation: 5731

The design pattern you are referring to is called an Accordion.

Since your question is tagged jQuery, I assume you're using it, so you could add a script from jQuery UI here:

http://jqueryui.com/accordion/

Let me know if you need help integrating it.

Upvotes: 1

Gourav
Gourav

Reputation: 1774

It is an accordion menu. You can find it here. http://jqueryui.com/accordion/#hoverintent

Upvotes: 1

Related Questions