internet explorer - JQuery mouseleave firing on children in IE -
i've been using mootools , have had edit site else has made in jquery. there problem in versions of ie bit of code.
$(".serv_box").hover(function() { $(this).children(".serv_img").slidedown("fast"); $(this).children(".serv_img").addclass("popup"); },function() { $(this).children(".serv_img").slideup("fast"); $(this).children(".serv_img").removeclass("popup"); });
on site:
http://109.75.162.196/~justseen/index.php/our-services/
if hover on boxes should see it's supposed do, in ie seems firing mouseleave event when cursor goes on of children inside. works fine in other browsers.
any appreciated.
Comments
Post a Comment