Tag: 浏览器跨浏览器

scrollTop在Firefox和IE上不起作用?

我有下面的代码,在chrome中工作正常。 但是,它不适用于Firefox和IE。 什么都没发生。 $(“body”).animate({scrollTop:$(this).offset().top},800); 所以我可以问我应该为firefox和IE写什么? 谢谢。