Hope this JSFiddle illustrates the problem better than my words:
http://jsfiddle.net/pmwRc/6/
I show the absolutely positioned H4 as a shortcut above the image card when the card freezes. However, when the mouse moves over H4, the image map starts the mouse, causing H4 to hide again.
How can I prevent this? I want the label to be visible when the mouse is above the image map, regardless of whether it is also above the label.
source
share