Webkit 似乎对百分比宽度/高度有问题

发布于 2024-12-18 02:06:57 字数 316 浏览 1 评论 0原文

我正在尝试在网站上的问题之间设置一些滑动转换。 中表现出奇怪的行为,

这一切在 Firefox 中都能完美运行,但在 Webkit 网站

我将其归结为以下事实:如果我将 css({'bottom':'-100%'})css({'left':'-100%'}) 替换为实际值,问题出在 离开。但这并不理想,所以我想知道是否存在任何人都知道的浏览器错误并进行了修复。

远景,但你不问你就得不到!

I am trying to set up some sliding transitions between questions on a site. It all works perfectly in Firefox, but exhibits strange behaviour in Webkit

The Site

I have boiled it down to the fact that if I replace the percentages in css({'bottom':'-100%'}) or css({'left':'-100%'}) with actual values, the problem goes away. But this isn't ideal, so I wondered if there was a browser bug anyone was aware of, with a fix.

Long shot, but you don't ask you don't get!

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

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

发布评论

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

评论(1

顾忌 2024-12-25 02:06:57

你的javascript库(因为我不认为这是你的代码)持有错误。

而不是100% 99% .. 1% 0

它正在做100% 99px .. 1px 0,

也许添加具有固定尺寸和相对位置的正确父级会有所帮助,但无论如何,这是该库中的一个错误。在任何地方堆叠没有固定尺寸的百分比从来都不是一个好主意。

Your javascript library ( since I don't think it's your code ) is holding it wrong.

instead of going 100% 99% .. 1% 0

It's doing 100% 99px .. 1px 0,

Maybe adding proper parent's with fixed dimensions and relative positions will help, but it's a bug in that library anyway. It's never a good idea to stack percents with no fixed dimensions anywhere.

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