I've been struggling with this for a while now and need some help. I'm trying to create a quite specific navigation setup for a client.
I have a top level navigation which is hard coded and not a problem. The second level of navigation should populate the left sidebar of the site, it should also show a third level of nestled/folding navigation within it. The fourth level of navigation is then shown separately in a column next to the left sidebar.
The illustration below or this image example should help explain:
------------------------------------------------------------------------
| topNav | topNav | topNav | topNav | topNav | topNav | topNav | topNav |
------------------------------------------------------------------------
| childNav01 v | greatgrandchild > | Content Goes Here |
|---------------|-------------------| |
| grandchild | greatgrandchild | |
|---------------|-------------------| |
| grandchild | greatgrandchild | |
|---------------|-------------------| |
| grandchild > | greatgrandchild | |
|---------------|-------------------| |
| | | |
| childNav02 | | |
|---------------| | |
| childNav03 | | |
|---------------| | |
| childNav04 | | |
|---------------| | |
|_______________|___________________|___________________________________|
The issues I'm having is no solution I've come across can do all of these things.
In an ideal world I'd love to have one dynamic template rather than having lots but any help would be great.