做了个导航栏· ,IE闪现···
jquery吧
全部回复
仅看楼主
level 1
x3181925 楼主
</script>
<script type="text/javascript" >
$(function () {
var st = 180;
$('#nav_all>li').mouseenter(function () {
$(this).find('ul').stop(false, true).slideDown(st);
}).mouseleave(function () {
$(this).find('ul').stop(false, true).slideUp(st);
});
});
</script>
2015年12月18日 14点12分 1
level 1
x3181925 楼主
用IE浏览器 不停闪烁·····
2015年12月18日 14点12分 2
level 1
x3181925 楼主
····
2015年12月18日 14点12分 3
level 1
x3181925 楼主
新手求大牛帮忙··下拉菜单,一直闪现···
2015年12月18日 14点12分 4
level 8
.stop(true, true)
这样改试下
2015年12月22日 22点12分 5
1