MenuNav Node Plugin: Basic Left Nav
This example demonstrates how to create a traditional, two-column page layout (using Grids) with a set of fly-out menu navigation in the left column.
Setting Up the HTML
Begin by including the CSS Grids dependencies and placing
the markup for the two-column Grid on the page (this example uses the
100% Centered Page Width with the
Preset Template 1 that provides a 160px left column).
Add the markup for the menu to the left column of the grid, and the class yui-skin-sam
to the <body>.
Initializing the Menu
With the menu markup in place, retrieve the Node instance representing the root
menu (<div id="productsandservices">) and call the
plug
passing in a reference to the MenuNav Node Plugin.
