zeech26
06-29-2011, 06:46 PM
Hello, I am looking for help with the All Levels Navigational Menu (v3.0)
http://www.dynamicdrive.com/dynamici...menu/index.htm
My boss has asked my to modify so that when you land on a page, you know where you are, hence the underline in the dropdown which I achieved with a background image (see here: http://contentx.com/EDI/drivetrains.html )
I used this in my CSS to add a class the the a tag:
.mattblackmenu li a.selected{
background:url(../img/blue_border.png);
background-repeat:repeat-x;
background-position:bottom;
}
The problem is that when you roll over the menu, you then lose the blue bar, as though it resets it. I tried to make the LI class "selected" but no dice.
Also, when you click on the top link of the dropdown, the entire menu below goes blank.
Any hints? Ideas?
Thanks in advance
zeech
http://www.dynamicdrive.com/dynamici...menu/index.htm
My boss has asked my to modify so that when you land on a page, you know where you are, hence the underline in the dropdown which I achieved with a background image (see here: http://contentx.com/EDI/drivetrains.html )
I used this in my CSS to add a class the the a tag:
.mattblackmenu li a.selected{
background:url(../img/blue_border.png);
background-repeat:repeat-x;
background-position:bottom;
}
The problem is that when you roll over the menu, you then lose the blue bar, as though it resets it. I tried to make the LI class "selected" but no dice.
Also, when you click on the top link of the dropdown, the entire menu below goes blank.
Any hints? Ideas?
Thanks in advance
zeech