Quote:
Originally Posted by SimonB
I also have a navbar style issue I'd like resolved and Peugeot405 (great car BTW) has always been most helpful elsewhere for me.
As you can see in the image I'd like the link that has been selected for the popup menu to be reversed (i.e in white, rather than the same colour as the rest of the navbar links)
I'm guessing another CSS tweak rather than a stylvar issue?
Thanks
|
see of adding this in additional css helps simonB:
Code:
.navtabs li.selected li:hover a.popupctrl {
background-color: #A71212;
border-color: #FFFFFF;
text-decoration: none;
color: #ffffff;
}
.navtabs li.selected li:hover a.popupctrl.active, .navtabs li.selected li a.popupctrl.active {
background-color: #A71212;
border-color: #A71212;
border-radius: 3px 3px 0 0;
color: #ffffff;
text-decoration: none;
}
And thanks for the nice comment you wrote about me, really appriciate it.