How do I make a link so when you click on it, it opens up and displays a list of links? (like a tree structure)
For example I have:
Cars
Next Link
Another Link category
Which when Cars is clicked on opens up as:
And then if you click Cars again it closes the tree.
Im not sure if this can be done with just HTML or if it needs javascript too.
Thanks very much for any help or pointers.
For example I have:
Cars
Next Link
Another Link category
Which when Cars is clicked on opens up as:
Code:
Cars
Fast Cars
Big Cars
Yellow Cars
Next Link
Another Link category
etc
And then if you click Cars again it closes the tree.
Im not sure if this can be done with just HTML or if it needs javascript too.
Thanks very much for any help or pointers.