jQuery的animate方法在IE7下没作用_html/css_WEB-ITnose
来源:动视网
责编:小采
时间:2020-11-27 16:01:39
jQuery的animate方法在IE7下没作用_html/css_WEB-ITnose
jQuery的animate方法在IE7下没作用_html/css_WEB-ITnose:代码: $(#latelyView).stop(true,true).animate({margin-left:nextMarginLeft*1-537},500); 在IE8和IE9下都可以正常滑动,但在IE7下不能滑动; 回复讨论(解决方案) alert($(#latelyView).css(margin-
导读jQuery的animate方法在IE7下没作用_html/css_WEB-ITnose:代码: $(#latelyView).stop(true,true).animate({margin-left:nextMarginLeft*1-537},500); 在IE8和IE9下都可以正常滑动,但在IE7下不能滑动; 回复讨论(解决方案) alert($(#latelyView).css(margin-

代码:
$("#latelyView").stop(true,true).animate({"margin-left":nextMarginLeft*1-537},500);
在IE8和IE9下都可以正常滑动,但在IE7下不能滑动;
回复讨论(解决方案)
alert($("#latelyView").css("margin-left"));
也有值;
我来了,骚年!!!!!!!!!!!!!!
已解决,是margin负值的原因;
我来蹭分~~快结贴吧~~
我来蹭分~~快结贴吧~~
sorry, UR late~
jQuery的animate方法在IE7下没作用_html/css_WEB-ITnose
jQuery的animate方法在IE7下没作用_html/css_WEB-ITnose:代码: $(#latelyView).stop(true,true).animate({margin-left:nextMarginLeft*1-537},500); 在IE8和IE9下都可以正常滑动,但在IE7下不能滑动; 回复讨论(解决方案) alert($(#latelyView).css(margin-