Hi. I've been asked to perform a website update to
a website I did not build, and the front page has images that swap on mouse over.
This looks to be controlled by the CSS classes of the image and the hover image, but I can't see what file controls the behaviour; either CSS or JS.
The main image has a CSS class of "insert_image_name_here" and the hover image has a CSS class of "insert_image_name_herehover".
The reason I ask is because I need to add another image, and I need this image to swap on mouse over. If I duplicate the naming convention but give the new image a completely new base name for the CSS class, the swap behaviour does not occur.
I'm figuring there is a file I may need to add the base name to so that it is included in whatever controls the image swap, but I can't find this file.
Have you encountered a swap image behaviour based on CSS image class before? There may be a standard library the original designer used.