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.
Member
557 Points
1281 Posts
Trouble with psuedo classes and CSS friendly control adpters?
Oct 27, 2009 04:27 PM|newbie2C#|LINK
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?
None
0 Points
3 Posts
Re: Trouble with psuedo classes and CSS friendly control adpters?
Oct 28, 2009 10:02 AM|UTCD|LINK
Check your syntax. Shouldn't your last item be "a.AspNet-Menu-Link:hover"?