Jump to content

caleb1

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by caleb1

  1. Does anyone know if there is a way to set properties to an element when it is hovered over using the same selector as the proporties for when it is not hovered over?  For example something like:

    .myclass {
    	background-color:green;
    	background-color:hover:blue; (or something like that)
    }

    Rather than:

    .myclass {
    	background-color:green
    }
    
    .myclass:hover {
    	background-color:blue
    }

    Thanks,

×
×
  • Create New...