Home › Forums › CSS › Can pure CSS be used to change the background of multiple divs during a rollover? › Re: Can pure CSS be used to change the background of multiple divs during a rollover?
November 29, 2012 at 10:21 am
#115921
Member
You need to do the
var $this = $(this);
Before the hover event.