[Solved] Navigation Template Question

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
User avatar
sugna
Forum Members
Forum Members
Posts: 196
Joined: Wed Oct 10, 2007 3:04 pm

[Solved] Navigation Template Question

Post 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
Last edited by sugna on Tue Nov 06, 2007 4:49 pm, edited 1 time in total.
User avatar
sugna
Forum Members
Forum Members
Posts: 196
Joined: Wed Oct 10, 2007 3:04 pm

[Solved] Re: Navigation Template Question

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






Post Reply

Return to “Layout and Design (CSS & HTML)”