If I want to have a 2 tier navigation as follows what would be the best approach?
The css would style the content horizontally and the menu's would appear on top of each other.
like so: http://pbats.com
I guess I would use menu templates but I'm not sure.
Example:
utility Link HOME
utility Link ABOUT US
Main Category LINK
Main Category LINK
Main Category LINK
Thanks for your help.
Shane
[Solved] Navigation Template Question
[Solved] Navigation Template Question
Last edited by sugna on Tue Nov 06, 2007 4:49 pm, edited 1 time in total.
[Solved] Re: Navigation Template Question
Figured it out:
Code:
Code:
Code: Select all
{* Start Navigation *}
<div id="menu_horiz">
<h2 class="accessibility">Navigation</h2>
{menu template='simple_navigation.tpl' number_of_levels='1' items="home,about-pbats,contact-pbats"}
{menu template='simple_navigation.tpl' number_of_levels='1' items="major-league-athletic-trainers, education-portal,jobs,news-center,store,blog,forums"}
<hr class="accessibility" />
</div>
{* End Navigation *}