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
-~----------~----~----~----~------~----~------~--~---