I can't seem to figure out why this pseudo class won't work with the control adapters. I have been able to get the hover effect to work using "a:hover" in a tree view that is in the same project.
I'm decorating the same elements successfully in the css above this attempt which proves that the full name reference is correct. I tried a few variations of the same thing but couldn't get it to work.
Does anyone see what I am doing wrong?
.navigation .AspNet-Menu-Horizontal ul.AspNet-Menu a:AspNet-Menu-Link:hover
{
padding: 7px 15px 6px;
font-weight: bolder;
}
There are only two ways to learn, through your experiences and through someone else's experiences.
Thanks to those who share their experiences to help me learn.