Replacing the Global Navigation Menu in SharePoint 2010 -
All, I want a menu in my SharePoint site like one like CBS where you can hover over it and It pops the DIV in a specific size of the screen, then it will show a sub menu.
How is this done?
You basically have two options, depending on what you want to do:
- Use standard AspMenu, style level 2 & lt; Ul & gt; Elements as block elements, and jQuery use the mouse center and mouselevel event at 1 level on their level. Li & gt; Element.
- If you want a fancy fixed number-of-column layout that is spread evenly in the drop-down, you have to control it in javascript or custom user, which repeats through the sitemap node elements.
Comments
Post a Comment