0
Has anyone else wanted to do what I am trying to yet? If so, please share your experience with me. I am sorry but I have restrictions that prevent me from providing a link to my website. I have been able to use elements like
<li><a href="?3">Product Support</a></li> but I would like it to have the same color as if it were nested inside a set of tags like so
<li>Support <-- Not this color
<ul>
<li><a href="?4">How-To Resources</a></li> <-- I want this color
<li><a href="?5">Product Support</a></li> <-- I want this color
</ul>
</li>
The nesting example above works except I loose the single menu element feel because I now get the header arrow and a blank heading. I still want the rest of the accordion functionality to build the remainder of my menu, so I do not want to change something that would screw that up. So for the single <li></li> elements, am I stuck with the "heading current" color or am I able to switch it to a "sub menu" color? Any help would be greatly appreciated.