jQuery SerialScroll 在 Opera 10.63 中不起作用(无论如何对我来说)
您好,我已经使用 jQuery Serial Scroll 创建了一个画廊类型页面(http://bit.ly/adKZp2)
它正在工作在我需要的所有浏览器上都很好,除了 Opera(我正在 Mac 上使用 Opera 10.63 进行测试)。
我看不出有什么问题,也没有收到任何 JS 错误——这让我有点抓狂。是时候用新的眼光来看待这个问题了。我基本上做了与演示相同的事情(http://demos.flesler.com/jquery/serialScroll/),它可以工作,但我的不行。
任何帮助将不胜感激。
我希望我只是错过了一些非常简单的东西。
Hi I have created a gallery type page using jQuery Serial Scroll (http://bit.ly/adKZp2)
It's working fine on all the browsers I need except for Opera (I'm testing with Opera 10.63 on a mac).
I can't see anything wrong and I'm not getting any JS errors - it's driving me a little nuts. Time for some new eyes on the problem. I'm basically doing the same thing as the demo (http://demos.flesler.com/jquery/serialScroll/) and it works but mine doesn't.
Any help would be greatly appreciated.
I am hoping I am just missing something really simple.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
@Jason嗨,我也遇到了这个问题,我尝试一一检查所有代码。最后,我发现最有可能的问题是在CSS中。例如,如果我在演示代码中更改
li{list-style:none;}
,则它在 Opera 中运行失败。我认为最大的问题是两个项目之间的空间宽度。@Jason Hi, I also met this problem, I tried to check all the code one by one. finally, I find the most probable problem is in css. For example, If I change
li{list-style:none;}
in the demo code, it failed run in opera. I think the most problem is the space width between two items.