Hi All
I was wondering if anyone could help answer this question? I have a menu in joomla which is 3 levels deep. I would like to show both levels 1 and 2 but hide level 3 until the user click on it's parent in level 2.
Visual Example
Code:
Dog
-Large
-Small
Cats
-Large
-Small
This is how I want the menu to appear to the user then when they click on Large under the Dog section I want it to look like this
Code:
Dog
-Large
--Greyhoud
--St Bernard
-Small
Cats
-Large
-Small
There will be third levels under all Large and Small levels but I only want to show the one that is active at the time. Any help on this would be awesome.
thanks