Closed (fixed)
Project:
DHTML Menu
Version:
6.x-1.02
Component:
Javascript code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
17 Mar 2008 at 17:02 UTC
Updated:
5 May 2008 at 07:14 UTC
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.