Bartski


I'm having a problem with the backgound highlighting in the Quicklaunch menu.

I've set:

.ms-navheader :hover{
background-color: #ffffff;
}

But it only highlights the background behind the text and not the entire table.

I just can't find out how to light up the entire area behind the text( I tried various alterations with .ms-navheader, ms-quicklauchheader etc.) I should be as simple as...

Can anyone tell me what else to modify in the css

Thanks



Re: Backgound color hover state quick launch menu

lisaa


First, there are some master page templates located at

http://www.microsoft.com/downloads/details.aspx FamilyId=7C05CA44-869A-463B-84D7-57B053711A96&displaylang=en. I'm using the "Clarity" template and it has some hover effects on the quick launch. That may provide you some hints.

One thing I'm having a problem with is that as I mouse-over each item in the list, the right quick launch border flickers. I'm still working to find a solution, unless you know of one! Wink





Re: Backgound color hover state quick launch menu

Bartski

I fixed my problem with adding padding to the hover state.

maybe this workes for you to.

Thanks