开始使用hover在ie8放到一级菜单显示2级菜单但是在ie8怎么滑动都滑动不到2级菜单。。。离开一级菜单,二级菜单就消失了。在其他浏览器没问题。后来使用mouseleave 和mouseenter还是这个问题。。下面是部分代码,求大神解答
$("#navul>li").on("mouseenter", function() {
// alert("aaa");
$(this).children().show();
});
$("#navul>li ul").on("mouseleave", function() {
alert("aaa");
$(this).hide();
})
// $("#navul>li").on("mouseleave", function() {
// // alert("aaa");
// $(this).children('ul').hide();
// });
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
认证0级讲师