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
Comment #1
brmassa commentedredhad,
the active class should be only used to display the current page's link. and its already done, right?
regards,
massa
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.