gpt4 book ai didi

css - 为什么设置为透明时 html 在 Chrome 中选择背景颜色为黑色?

转载 作者:行者123 更新时间:2023-11-28 19:09:28 29 4
gpt4 key购买 nike

我有以下下拉菜单,背景在 Chrome 中看起来是黑色的,但在 Windows/Linux/Mac 上的 Firefox/IE/Safari 上看起来是白色的。我使用的是所有这些浏览器的最新版本。

<style>
select {
background-color: transparent;
background-image: url(http://sstatic.net/so/img/logo.png);
}
</style>
<select>
<option>Serverfault</option>
<option>Stackoverflow</option>
<option>Superuser</option>
</select>

有谁知道我如何设置上面的样式,以便 Chrome 在颜色设置为透明时像其他浏览器一样将背景显示为白色?

编辑:我的目标是在选择的背景中显示图像。该图像在除 Chrome 之外的所有浏览器中都能正常显示。

最佳答案

根据 thisthis ,它是 Chrome 中的一个错误,应该被修复。

该错误出现在 2.0 版本中。我刚刚在 3.0-beta 中对其进行了测试,并且已修复。

关于css - 为什么设置为透明时 html 在 Chrome 中选择背景颜色为黑色?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1381175/

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