so what i am stuck on is attempting to make a tree view navigation. I know how to make pop out menus when you scroll over using just css and html but what i want is to make a list of links that looks like this fully expanded.
Link 1
sub-link
sub-link
sub-link
sub-link
Link 2
sub-link
sub-link
sub-link
sub-link
Link 3
sub-link
sub-link
sub-link
and so on.
When the page loads i would like the sub-links to not show up. they only show up when the parent link is clicked.
if any one knows a good tutorial or could write one i would greatly appreciate it.
Thanks in advance
Erik