Hi Chris,
Thanks for the feedback. I'm glad it's working for you.
I'm not quite sure what you are asking. Do you want the curently active root item to be both on the horizontal menu and on the vertical menu?
If so, you'll need to create a template to make that happen. What you would do is create a template that does the second menu, and then put the Currently active tab link inside the menu container tag. Something like this:
[NavMenu-Container[ <aclass="SelectedItem"title="{ActiveTab.Title}"target="_blank"href="{ActiveTab.Url}">{ActiveTab.Name}</a><ulid="nav"> ]]
That's not the whole template of course. Let me know if this is what you are wanting to do, and if you need any help with the rest of the template.
|