Thank you!
]]>Thank you!
]]>I’ve implemented the solution on a site and the tabs and pull downs rendered as they should. However, the navigation did not render on a subsite even after inserting the three lines of code to the subsite’s master page. Able to help? Let me know if you need more information.
Thank you!
]]>At this time I have not looked at adding fly-outs. I am not sure when or if I will get to this.
]]>The solution worked perfectly for me. However i need to add second level menu’s like in your example if you go to TopicPoint you will see List, under list i want some more menu items as flyout
Please let me know is this possible.
Thanks in Advance
]]>If you’re viewing the source do a “Find” or “Search” for the name of one of your tabs. For example if one of your navigation tabs is named “Accounting” search for “Accounting” in the source of teh web page and you should get a hit back that has the URL the tab is pointing at as well as the classes it is styled with. It should look something like the following:
a class=”zz1_TopNavigationMenu_1 ms-topnav zz1_TopNavigationMenu_3″ href=”http://mossdev/sites/acct/default.aspx” style=”border-style:none;font-size:1em;”>Accounting
Using the dev tools just open them from the Tools drop down menu in IE and then click the arrow in the upper left hand corner of the tool window and then click one of your tabs and then you should see the appropriate classes identified there.
You will find that styling the navigation tabs can be a little squirrely so expect some trial and error.
Hope that help some.
]]>