I am working on menu to my website and I need to user over/out to show/hide submenu + animation.
I got the following code:
http://jsfiddle.net/JyTPW/
When I mouseover
"products" and then go to child element, the mouseout
is triggered. I tried to fix it but I failed.
I read all the posts about checking the reltarget and etc but still I failed to make it work.
我非常赞赏你的帮助。
Edit:
After long search I found Cross-browser event registration which provide mouseenter and mouseleave.
It fixed my problem.