Cool, thanks so much. I'm pretty close, but I'm not getting the
dropdowns on the About and Contact sections. Here are all my
templates...do you see anything wrong?

Level 1:

<ul class="sf-menu">
    <li><a href="<%!! Context:CurrentIndex.GetUrl() !!%>"
title="Home">Home</a></li>
    <navigation:nextlevel>
</ul>

Level 2:

<li>
    <a href="<%!! Context:CurrentIndex.GetUrl() !!%>"><%!!
Context:CurrentIndex.Headline !!%></a>

    <reddot:cms>
    <if>
      <query valuea="Context:CurrentIndex.HasChildren()"
operator="=="valueb="Bool:True" >
          <htmltext>
          <ul>
            <navigation:nextlevel>
          </ul>
        </htmltext>
      </query>
    </if>
    </reddot:cms>
</li>

Master page call (not surrounded by <ul> or <li> tags or anything):

<%!! Navigation:OutputArea(String:Menu, Bool:False) !!%>

I've set the level 1 and 2 templates to their appropriate levels in
the Navigation Area options as well.


On Nov 17, 2:14 pm, "[email protected]" <[email protected]>
wrote:
> On Nov 17, 2:12 pm, dmackerman <[email protected]> wrote:
>
> > And both of those templates are associated with the same navigation
> > area?
>
> Yes -- both are associated with the same navigation area (which we
> call "Main Menu"). The first one is set for Levels 1-1 / Selected &
> not selected. The second one we set for levels 2-5 / Selected & not
> selected.
--~--~---------~--~----~------------~-------~--~----~
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