gpt4 book ai didi

css - 绝对定位无法在 Chrome 中正确显示

转载 作者:太空宇宙 更新时间:2023-11-04 16:08:36 24 4
gpt4 key购买 nike

与 Firefox 相比,Chrome 中是否可能只有一个 CSS 属性不同?

某个元素具有绝对定位并在 Firefox 中正确显示,但在 Chrome 中它看起来低了 2 个像素。

最佳答案

要仅针对 Firefox 使用此命令:

<style type="text/css">
@-moz-document url-prefix() {
h1 {
color: red;
}
}
</style>

<h1>This should be red in FF</h1>

我从另一个堆栈溢出问题中得到了这个答案: Targeting only Firefox with CSS

您可以通过在两个浏览器中打开以下 jsFiddle 来测试它:jsFiddle

关于css - 绝对定位无法在 Chrome 中正确显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8695150/

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