Tiffany, or Bjork Fan?

Keep the following in your page template:

<ul id="globalNav">
<%!! Navigation:OutputArea(TopNav, Bool:True) !!%>
</ul>

Create two Navigation templates for the "TopNav" Navigation Area.

1)For selected:

<reddot:cms>
  <htmltext>
<li id="<%!! Context:CurrentIndex.Headline.ToLower() !!%>" class="active"
><a href = "<%!! Context:CurrentIndex.GetUrl() !!%>" class="<%!!
Context:CurrentIndex.Headline.ToLower() !!%>"><%!!
Context:CurrentIndex.Headline !!%></a>
<ul id="<%!! Context:CurrentIndex.Headline.ToLower() !!%>Sub">
<navigation:nextlevel>
</ul>
</li>
  </htmltext>
</reddot:cms>

2)For not selected:

<reddot:cms>
  <htmltext>
<li id="<%!! Context:CurrentIndex.Headline.ToLower() !!%>"><a href = "<%!!
Context:CurrentIndex.GetUrl() !!%>" class="<%!!
Context:CurrentIndex.Headline.ToLower() !!%>"><%!!
Context:CurrentIndex.Headline !!%></a>
<ul id="<%!! Context:CurrentIndex.Headline.ToLower() !!%>Sub">
<navigation:nextlevel>
</ul>
</li>
  </htmltext>
</reddot:cms>

Select appropriate level to start the navigation area.

Let me know how it goes.


Henry Lu
-- 
646-807-8683

On Fri, Jul 24, 2009 at 12:30 PM, tiffany portman <[email protected]>wrote:

> OK I'm willing to pay a $100 bucks via PayPal for the first person who can
> help me get this damn top nav working. I figure $100 bucks to you is much
> cheaper that a hospital bill from me banging my head on my desk...any
> takers? Email me personally and let's do this! [email protected]
>
>
>
> On Fri, Jul 24, 2009 at 10:52 AM, bjorkfan7 <[email protected]> wrote:
>
>>
>> Ok I have completely hit a wall with navigation manager. I have the
>> following code for the top navigation template:
>>
>>
>> ----------------------------------------------------------------------------------------------------------------------------------------
>> <ul id="globalNav">
>>   <li id="learn" class="active"><a href="#"
>> class="learn"><span>Learn</span></a>
>>      <ul id="learnSub">
>>         <li><a href="#">page</a></li>
>>         <li><a href="#">page</a></li>
>>         <li><a href="#">page</a></li>
>>      </ul>
>>   </li>
>>   <li id="contact"><a href="#" class="contact"><span>Contact</span></
>> a>
>>      <ul id="contactSub">
>>         <li><a href="#">page</a></li>
>>         <li><a href="#">page</a></li>
>>         <li><a href="#">page</a></li>
>>      </ul>
>>   </li>
>>   <li id="join"><a href="#" class="join"><span>Join</span></a>
>>      <ul id="joinSub">
>>         <li><a href="#">page</a></li>
>>         <li><a href="#">page</a></li>
>>         <li><a href="#">page</a></li>
>>      </ul>
>>   </li>
>> </ul>
>>
>> ----------------------------------------------------------------------------------------------------------------------------------------
>>
>> If anyone could help out with this you would have some major Karma
>> coming your way. I have been at this all week and my head just plain
>> HURTS!
>>
>>
>>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"RedDot CMS Users" 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/RedDot-CMS-Users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to