Home › Forums › CSS › a:hover not applying to margin-top! › Re: a:hover not applying to margin-top!
August 25, 2012 at 10:52 pm
#108468
Participant
its the selector – #indexImage a:hover {} is selecting an anchor within #indexImage. What you want is:
a#indexImage:hover {}