OK, use this modified version of the script (right click and 'Save As'):
ddlevelsmenu.js
Once installed, this selector will govern the class of the selected items:
Code:
.ddsubmenustyle li.selected > a
So for instance, using demo.htm from the distribution archive, in its ddlevelsmenu-topbar.css file, at the end, I added the highlighted:
Code:
.mattblackmenu a.selected, .ddsubmenustyle li.selected > a
{
background: black; /*background of tab with "selected" class assigned to its LI */
color: white;
}
Demo:
http://home.comcast.net/~jscheuer1/s...evels/demo.htm
The browser cache may need to be cleared and/or the page refreshed to see changes.
If you want more help, please include a link to the page on your site that contains the problematic code so we can check it out.
Bookmarks