[Solved] Change image onhover with animation jQuery CSS


What you can do is use the same img tag ,set a css class and set the image dynamically on moose hover from your css file.

So, if you have a class named :
.NormalImg{–with your attributes–}
Create another element for the same class as
.NormalImg: hover {–with your attributes–}

Hope I helped

1

solved Change image onhover with animation jQuery CSS