I use the standard navigation module. The navigation looks like this:
The first link in the submenu is active and has class "active". So far so good, I give every active link an underline using the "active" class.Code:<ul class="level_1"> <li class="first">link1 <li class="submenu trail">link2 <ul class="level_2"> <li class="active first">link3 <li class="sibling">link4[/list] [/list]
This is the problem:
Link2 is selected, but there's no "active" class... This happens only when this link has a submenu.Code:<ul class="level_1"> <li class="first">link1 <li class="submenu trail">link2 <ul class="level_2"> <li class="sibling first">link3 <li class="sibling">link4[/list] [/list]
Why is the "active" class not shown?
I cannot use the "trail" class as this class is added to all links inside an open submenu, so then all have an underline.
:cry:


Reply With Quote
Bookmarks