PDA

View Full Version : Good, simple, vertical menu system




edesignuk
Nov 2, 2004, 02:18 AM
I'm looking for a simple menu system. I want something that lays out a bit like this:
> Menu Head 1
> Menu Head 2
> Menu Head 3
What I want is that when you click on one of the Menu headers, the subitems to that menu appear, like this:
> Menu Head 1
- Item 1
- Item 2
- Item 3
> Menu Head 2
> Menu Head 3
Anyone got any ideas? I've been looking over hotscripts.com but can't seems to find anything that fits the bill.

Many thanks!



angelneo
Nov 2, 2004, 02:59 AM
Here's a couple of links

http://wsabstract.com/script/cut51.shtml
(I think this one should be good enough for your needs and customization)

http://www.sitenavigation.net/menu_javascripts/slide_tree/slide_tree_menu.html
(over the top and bloated)

brap
Nov 2, 2004, 03:01 AM
I'm looking for a simple menu system...
I had something pretty much exactly like that on my site a couple of years back. I used a very simple getElementByID function to show/hide a couple of divs (I had it toggling, but if you were to use a mouseover you could probably set a reasonable timeout on the mouseout event).

Course, that answer sounds so crazily obvious I'm sure I have the wrong end of the stick...

edesignuk
Nov 2, 2004, 03:16 AM
Thanks guys, I just finally found what I was after on Hotscripts :)