Trouble with psuedo classes and CSS friendly control adpters?

Last post 10-28-2009 10:02 AM by UTCD. 1 replies.

Sort Posts:

  • Trouble with psuedo classes and CSS friendly control adpters?

    10-27-2009, 4:27 PM
    • Member
      348 point Member
    • newbie2C#
    • Member since 02-15-2007, 10:37 PM
    • Posts 574

    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.
  • Re: Trouble with psuedo classes and CSS friendly control adpters?

    10-28-2009, 10:02 AM
    • Member
      4 point Member
    • UTCD
    • Member since 12-30-2008, 4:10 PM
    • Posts 2

    Check your syntax. Shouldn't your last item be "a.AspNet-Menu-Link:hover"?


Page 1 of 1 (2 items)