gpt4 book ai didi

CSS 属性中未提及的 Css 不透明度

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

为什么 CSS properties 中没有提到不透明度?

div {
opacity: 0.3;
filter: alpha(opacity=30); /* For IE8 and earlier */
}

最佳答案

您提供的链接是针对 css2 opacity 的,直到 3.0 才添加。

为了全面支持,旧版本需要浏览器前缀/过滤器

您可以在此处找到 css3 的规范 opacity

关于CSS 属性中未提及的 Css 不透明度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41479001/

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