How to set 2nd level active in trail instead 1st level


Author Message
Kai

Posted: 3/18/2011
Quote message 

Hi, hope you can help me. I created a nice template using artisteer. Now there is just one problem I have to solve.
In my vertical menu, I have 4 levels of menu points.
In the moment, the first level always keeps the "a active" which seems to come from a function in common_methods.tpl.php.
My menu:
A
-A1
-A2
--A2.1
--A2.2
---A2.2.1
---A2.2.2
----A2.2.2.1
----A2.2.2.2
---A2.2.3
A3
....

It doesn't matter, which menu point I click in the A2-path, always A2 is active (a).
But, If I click A2.2.1, A2.2 ISN'T highlighted any more.

I want to change this behavior. I want the first level (A1, A2, A3) only having the a.active flag, when they are clicked.
Instead, I want the second level to keep the a.active attribute, so it is highlighted even if A2.2.2.2 is selected.

Is there a way?
Thank you very much!

Kai