Alright I have my subnav set up to display the child nodes of the current node, so when I am on the "Resources" page, the sub nav will display "free stuff" and "Documents" which are both children of "Resources". Now if I click on Documents, which does have children, I would like for those children to create another nav bar under the subnav bar. Here is the code I currently have to display the nav bar, what can I modify to do what I would like?
Need help with my subnav...
Alright I have my subnav set up to display the child nodes of the current node, so when I am on the "Resources" page, the sub nav will display "free stuff" and "Documents" which are both children of "Resources". Now if I click on Documents, which does have children, I would like for those children to create another nav bar under the subnav bar. Here is the code I currently have to display the nav bar, what can I modify to do what I would like?
]>
<>
version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:msxml="urn:schemas-microsoft-com:xslt"
xmlns:umbraco.library="urn:umbraco.library"
exclude-result-prefixes="msxml umbraco.library">
Anyone have an idea?
I used a loop like such to accomplish it:
[code]
[/code]
is working on a reply...