Log in

View Full Version : what method?



kwertyuk
01-04-2009, 09:03 PM
What is the method called where you use tabs or a dropdown list to display only certain parts of the page at a time. I think you can do it with both CSS and JS.

Cheers, Dave

Nile
01-04-2009, 09:08 PM
I don't know if its a method... But if you don't know where to find those scripts check the following...

Tabs.
Ajax Tabs (http://www.dynamicdrive.com/dynamicindex17/ajaxtabscontent/index.htm)
Mouse over tabs (http://www.dynamicdrive.com/dynamicindex1/mouseovertabs.htm)
Tab menu (http://www.dynamicdrive.com/dynamicindex1/ddtabmenu.htm)

Dropdown.
Drop down tabs (http://www.dynamicdrive.com/dynamicindex1/droptabmenu.htm)
Suckerfish (http://www.alistapart.com/articles/dropdowns)
Jquery css dropdown (http://www.dynamicdrive.com/style/csslibrary/item/jquery_multi_level_css_menu_2/)
Another jquery dropdown (http://www.dynamicdrive.com/style/csslibrary/item/jquery_multi_level_css_menu_horizontal_blue/)

kwertyuk
01-04-2009, 10:47 PM
yeah that is almost what I am after. Just instead tabs along the top i want a drop-down list in order to choose what content is displayed.

Any scripts for this?

Cheers, Dave

Nile
01-04-2009, 10:49 PM
Try combining:
This ajax script (http://www.dynamicdrive.com/dynamicindex17/ajaxcontent.htm) and this sucker fish (http://www.alistapart.com/articles/dropdowns).

If you need any help - ask.