Hello everybody,
I've tried to use the jQuery .hover() for html map areas. Basically it works, but not correct: during the time the mouse is over an element, the onmouseover-picture appears and disappears on each mouse move. I can't figure it out, why it doesn't work as expected..., e.g. stay there and stop disappearing on mouse move?!
I've also tried to replace the .hover() by .mouseenter() followed by .mouseleave() but with same result. And at least, I've removed the .mouseleave() event with the hope, I could just let the script show the first picture and then the second. Unfortunately, the script stops after showing one picture.
If you just could take a look here:
http://x-mediapro.de/testing/sofiamap/trymap.html
Thanks in advance!!
Bookmarks