Home › Forums › CSS › Help with my header › Re: Help with my header
May 4, 2012 at 12:25 pm
#102319
Participant
don’t target the anchor as you have now – target the image
.socialmedia a img { opacity: 0.5; }
.socialmedia a:hover img { opacity: 1 }
add the transition as you please