Hi Jay, That will not be a problem. I have two ideas for you.
Approach 1: You just need to code your header accordingly. (This is probably the more code intensive approach.) I would assign an nav alias to 'Services' and 'Contact Us'. The header queries the DB and loops all the main level nav nodes. You need to add an exclusion so that certain nodes create no output. Finally, you need to add those nav points into your second menu. Approach 2. Take 'Services' and 'Contact Us' out of the main menu. Drop them elsewhere in the site, (e.g. Utilities). As before, make sure they have nav aliases. Then you use the header.cfm unmodified. Simply add the 'Services' and 'Contact Us' links into the design templates where approriate. HTH, Scott jay_liquidinteractive (sent by Nabble.com) wrote: > Is it possable to split the main navigation so that some of the navigation > can be displayed in a different part of designed layout. > > ie, say I have "Home, About us, services, policies, contact us" all as top > level navigation. But I want only "Home, About Us and Policies" to display > at the top of a page and have "Services and Contact us" on the right. > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev -~----------~----~----~----~------~----~------~--~---
