Is there any way to make only a non-transparent portion of an image to trigger mouse-over event?
If the mouse travels to the transparent area, the mouse-out should b
You could make a child div with a fixed height to the approximate size of the transparent area, absolutely positioned over it with blank background and border, then add your scripts to acitvate that div, or content within the div.