I am looking to enhance my website by having the background image change on mouseover of an object, with the replacement image only showing for a quick moment before returning to the original. Additionally, I want to incorporate a short sound file into the process.
The website I am working on has a photographic theme, with the original background image being dark and featuring a photographer holding a camera. When the object is moused over, I want the replacement image to be similar, but with a bright white area over the camera to simulate a flash firing. This is where the sound file comes into play.
I am comfortable combining javascript, jQuery, and CSS to achieve this effect.
Is it possible to create this dynamic feature?
Thanks in advance.
- Brian