Vertical menu


Author Message
Nicky

Posted: 9/23/2010
Quote message 

Hello,

Here is my code :

<li>
<a href="page1.html"><span class="l"></span><span class="r"></span><span class="t">page1</span></a>
<ul>
<li><a href="page11.html"> page11</a></li>
<li><a href="page12.html" > page12</a></li>
</ul>
</li>


When I am on page1, it’s OK, my option is expanded and I see submenus, and the call is OK
But when I am on page11, my option is not expanded.

Where is the problem?

 
Nicky

Posted: 9/25/2010
Quote message 

Well, it's working,
it was half a cache problem, half a syntax error.
Acive class is activated automatically, no use of additional class.