Menu G5 Examples: Menu-level and item-level styling

 

With Menu G5, you can define styles at the menu level and item level, like the menu bar above, each of the top-level items has its own style and each of the sub-menus also follows the style of their top-level items.

Menu-level style and item-level style both use the same "addStyleMenu()" call to define styles for different parts of the menu. The only differences are, for item-level styling, you will need to assign group id in the menu content to items you want to apply the style, and you don't need the pad-style parameter (just use "") in the "addStyleMenu()" call.

[Back to index page]

# # #