Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

edesignuk

Moderator emeritus
Original poster
Mar 25, 2002
19,232
2
London, England
I'm looking for a simple menu system. I want something that lays out a bit like this:
PHP:
> 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:
PHP:
> 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!
 
edesignuk said:
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...
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.