gpt4 book ai didi

javascript - Firefox jquery position() 关闭 1px

转载 作者:行者123 更新时间:2023-12-01 01:52:36 24 4
gpt4 key购买 nike

出于某种原因,在 x 轴上进行计算时,使用 jqueryposition() 时,我的元素有时会偏离 1px。我尝试使用 Math.ceil() 但似乎没有帮助。如果有人有任何想法,我正在寻找跨浏览器解决方案。我在 Mac 上使用 Firefox/3.6.13。

var obj = $('#test'), dd = $('#dd');

obj.click(function(){
dd.css({
'left': obj.position().left - (dd.outerWidth() - obj.outerWidth()),
'top': obj.position().top + (obj.outerHeight() - 2)
});
});

​请查看http://jsfiddle.net/WmJgZ/

我正在尝试将按钮和 div 向右对齐。

有人有任何想法或知道修复方法吗?

最佳答案

像这样在#test上添加margin: 0;
http://jsfiddle.net/sguillope/WmJgZ/3/

关于javascript - Firefox jquery position() 关闭 1px,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5413312/

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