Hello,
What I would like to accomplish is to have tabs for various sections of a site displayed horizontally (and generated from a SiteMap because this will use membership, roles etc to access various pages), when a tab is selected all the pages within that tab (siteMapNode)s are displayed in another navigation menu (that comes from the same SiteMap) that will run vertically.
I was able to have the 2 menus work but without the tabbed effect. I guess an example of this is asp.net, when you navigate to asp.net/learn/, learn is selected and when you go deeper, say to: asp.net/learn/moving-to-asp.net-2.0/ the learn tab remains selected. I know they use <li>s on there but that I want it to all work from a SiteMap.
Hope I explained this well enough,
Thanks