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