Home › Forums › CSS › First website – hover problem › Re: First website – hover problem
May 23, 2010 at 5:00 pm
#76430
Participant
You are giving a class to the a tag when you should be giving the class to the li tag like in your navigation.
It should read
Code:
ul#sociallinks li.facebook a
and the hover state
Code:
ul#sociallinks li.facebook a:hover