gpt4 book ai didi

jquery - css jquery position 固定元素在右边。在 Firefox 中动画 BUG

转载 作者:技术小花猫 更新时间:2023-10-29 11:28:17 24 4
gpt4 key购买 nike

我为我的问题创建了一个 fiddle :

fiddle

$('#move').click(function (e) {
e.preventDefault();

$(this).not('.up').animate({
bottom: '50%'
}, 1000, function () {
$(this).addClass('up');
});

$('.up').animate({
bottom: '0%'
}, 1000, function () {
$(this).removeClass('up');
});
});

Firefox(我的版本:19.0.2)有一个bug。

当你点击红色按钮时,它会跳到右边(距离恰好是滚动条的宽度)。当它位于右侧并且您调整窗口(或 fiddle 框架)的大小时,它会跳回。

我做错了什么吗?有什么好的解决方案可以解决吗?

最佳答案

好吧,如果你改变宽度属性,那么即使在 firefox 上它也能正常工作

试试这个

改变

width:100px 

min-width:100px;

希望对您有所帮助。

关于jquery - css jquery position 固定元素在右边。在 Firefox 中动画 BUG,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15704727/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com