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

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -