Page 1 of 1

[Solved] Navigation Template Question

Posted: Tue Nov 06, 2007 3:00 pm
by sugna
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] Re: Navigation Template Question

Posted: Tue Nov 06, 2007 4:48 pm
by sugna
Figured it out:

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 *}