Home › Forums › CSS › CSS3 – Target multiple div elements on Hover › Re: CSS3 – Target multiple div elements on Hover
July 21, 2013 at 8:40 am
#143886
Participant
Just nest all the divs in a parent div. target them by… div + div. and css3/jquery the animation. Should be pretty easy.