gpt4 book ai didi

html - 如何为 IE 设置边框不透明度?

转载 作者:太空宇宙 更新时间:2023-11-03 22:25:58 25 4
gpt4 key购买 nike

以下代码适用于 chrome 和 firefox,但不适用于 IE。

border: 2px solid rgb(191, 191, 191, .25);

我如何为 IE 模仿这种效果?

最佳答案

使用rgba代替rgb

border: 2px solid rgba(191, 191, 191, .25);

关于html - 如何为 IE 设置边框不透明度?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51185516/

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