Resources /
jQuery / jQuery - Auto replace image on hover
jQuery: Auto replace image on hover
code behind it that does the image-replacing automatically, for all images with class "imgHoverable".
That's it. Now when you hover over any "imgHoverable" image, jQuery will automatically change the src of the <img>.
Eg. from images/submit.png to images/submit_hover.png