gpt4 book ai didi

css - firefox 的条件 css 语句

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

我在 firefox 中遇到 css 问题,因此我只想在浏览器为 FF 时导入 css 文件

实际上,我需要导入这些样式:

.searchbutton{
position:absolute; right:3px; width:25px;
top:3px;
}

#buscarmain{ bottom:12px;

}

编辑:

许多人认为我不应该对 FF 使用特殊声明,因为与其他浏览器相比,FF 很可能是正确的。

但是,在这种情况下,所有浏览器(IE、Chrome、Opera、Safari)都打印相同的页面,而 FF 以另一种方式显示它。我必须为所有浏览器实现相同的可视化,因此我需要一个特殊的 FF 语句

最佳答案

下面是我们如何只针对 Firefox 的 CSS 样式:

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

来源:Targeting only Firefox with CSS

关于css - firefox 的条件 css 语句,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4575674/

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