使用 FireFox 时遇到问题Jquery - 溢出隐藏/自动属性

发布于 2024-12-28 06:30:44 字数 514 浏览 0 评论 0原文

正如标题提到的,我在让 Firefox 对类名 .mover 的容器元素进行动画处理时遇到问题 - left : 0% 和 back to left : 100% 。

我在这里整理了一个例子.. http://jsbin.com/ucefig/28

向下滚动到黄页“我们是谁” ',然后选择黑框,这应该将 .mover 元素动画到左侧。在显示的“我们的人员”页面上再次单击它,它应该返回到原来的位置。

我的代码可以在 IE9、chrome 和 safari 上运行,但在 Firefox 上失败?

图片说明了我在上面的示例中遇到的困境,灰色框是动画的 .mover 元素,方块是页面。在 FF 中,.mover 顶部滚动到 0,然后向左动画进入空白。

在此处输入图像描述

谢谢 凸轮

As the title mentions i'm having a problem getting Firefox to animate a container element with the class name .mover - left : 0% and back to left : 100%.

I've put together an example here..
http://jsbin.com/ucefig/28

Scroll down to the yellow page, 'who we are', then select the black box, this should animate the .mover element to the left. Click it again on the revealed 'our people' page, and it should return to its original position.

My code works on IE9, chrome and safari, but fails on Firefox ??

the picture illustrates my dilemma in the example above, the grey box is the .mover element thats animated on, the squares are the pages. in FF .mover topscrolls to 0 then animates left into a void.

enter image description here

Thanks
cam

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

破晓 2025-01-04 06:30:44

答案 - 将“html”溢出属性设置为“隐藏”/“自动”是罪魁祸首。

FF 中的工作示例;
http://jsbin.com/opevoz/2/

ANSWER - Setting the 'html' overflow properties to 'hidden'/'auto' was the culprit.

Working example in FF;
http://jsbin.com/opevoz/2/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文