TOP

v65:layoutHeaderNav

<v65:layoutHeaderNav></v65:layoutHeaderNav>

Description: This tag displays a nested list of page links that you have added to the Main Menu in the page properties.

Optional Attributes:

depth: The level to which you nest your main navigation list

default: "2"
usage: <v65:layoutHeaderNav depth="2"></v65:layoutHeaderNav>

HTML Source Output:

<ul>
    <li class="v65-home"><a href="/">Home</a></li>
    <li><a href="/Blog" class=" ">Blog</a></li>
    <li><a href="/Products" class=" ">Products</a>
         <ul> 
             <li><a href="/Products/Red" class=" ">Red</a></li>
             <li><a href="/Products/White" class=" ">White</a></li>
             <li><a href="/Products/Dessert-Wine" class=" ">Dessert Wine</a></li>
         </ul>
     </li>
     <li><a href="/Contact-Us" class=" ">Contact Us</a></li>
     <li><a href="/club" class=" ">Club</a></li>
</ul>

Base CSS from vin65.css:
.v65-home - use this to hide the automatic home link
.v65-selected - attached to link if it is the current page
.v65-pageAParent - attached if link is a parent of the current page