I am working with jquery. I have a main image.
When I place the mouse over the main image, I would like the following to happen.
Another image gets placed over the image, this image much smaller and be placed towards the bottom of the main image.
Also when the small image appears, if I click on it, an event is fired. Eg. alert box is triggered. Clicking on the small image should trigger the alert box, clicking the main image should not.
Could someone help me out with this please with jquery?