Hi,
I have some elements which has the same behaviour on hover. However, I'm not sure on how to define them properly when I have more ID's applied to one CSS attribute. This is what I tried but it doesn't work:
I have some elements which has the same behaviour on hover. However, I'm not sure on how to define them properly when I have more ID's applied to one CSS attribute. This is what I tried but it doesn't work:
Code:
a#home #gallery #forums #contact:hover {background-position:0px -75px;}
Comment