@%$!* Navigation Manager the saga continues....
Henry Lu you are a RedDot GOD....this is so close I could cry! I
applied everything you suggested and everything is working except for
a couple of issues with formating....
<li id="learn"> <<<<<----this is perfect
<a href="crazy reddot page guid" class="learn"><span>learn</span></
a> <<<<<----this is perfect
<ul id="learnSub"> <<<<<----this is perfect
<li id="welcome message"> <<<<<----this is shouldn't
have an "id"
<a href="crazy reddot page guid" class="welcome
message"> <<<<<----this is shouldn't have a "class"
<span>Welcome Message</span></a> <<<<<----this is
shouldn't have a "span"
<ul id="welcome messageSub"> <<<<<----this
is shouldn't have an "id"
</ul>
</li>
</ul>
</li>
thanks and we are almost there...serious about the beer money!
Bjork Fan a.k.a Tiffany
:-)
On Jul 24, 12:54 pm, "Henry Lu a.k.a. Javahand" <[email protected]>
wrote:
> 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!- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---