样式禁用多重选择 –谷歌浏览器

发布于 2024-12-09 03:37:19 字数 332 浏览 1 评论 0原文

我正在尝试弄清楚如何为谷歌浏览器设置禁用的多选元素的样式,以便您可以看到所选的项目。

我似乎可以在:

Mac: firefox、safari 和 chrome 中使用它 PC: ie7、ie8 和 firefox

只是 Windows 版本的 chrome 无法运行(见图)。

google chrome issues

如何更改前景色或禁用的选定颜色以便您可以阅读选定的文本?

谢谢

I’m trying to figure out how I can go about styling a disabled multiple select element, for google chrome so you can see the selected items.

I’ve seem to have it working in:

Mac: firefox, safari and chrome
PC: ie7, ie8, and firefox

It’s just the windows version of chrome that’s not working (see image).

google chrome issue

How can a go about change the foreground color, or the disabled selected color so you can read the selected text?

Thanks

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

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

发布评论

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

评论(1

白龙吟 2024-12-16 03:37:19

我不完全理解你的目标,但我在 Windows 上的 Chrome 中遇到了类似的问题,试图设置选择元素的样式(未禁用)。该元素被浏览器赋予了白色背景,我无法覆盖它,直到我尝试了这个:

{ -webkit-appearance: none; }

它起作用了!我希望这有帮助。

来源:选择(下拉)的背景图像不起作用在 Chrome 中

I don't entirely understand your goal, but I ran into a similar problem in Chrome on Windows trying to style a select element (not disabled). The element was given a white background by the browser and I could not override it, until I tried this:

{ -webkit-appearance: none; }

And it worked! I hope this helps.

Source: Background Image for Select (dropdown) does not work in Chrome

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