When a menu element is active, the li-element has only the "leaf" class, as the following will show you:

 <li id="menu-leaf50000Page107" class="leaf">
<a class="active" title="blabla" href="/eam/de/node/add/page">Page</a></li>

Adding the active class would make an active li element mor themeable via css:

<li id="menu-leaf50000Page107" class="leaf active">
<a class="active" title="blabla" href="/eam/de/node/add/page">Page</a></li>

Comments

brmassa’s picture

Status: Active » Fixed

redhad,

the active class should be only used to display the current page's link. and its already done, right?

regards,

massa

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.