gpt4 book ai didi

css:过滤器如何为某个类禁用它们?

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

在 IE 上,我的 CSS 有点问题:

body.transparent {
background-color: transparent;
color: #ffffff;
text-shadow: 0 -1px #000, 1px 0 #000, 0 1px #000, -1px 0 #000;
filter: Glow(color=#000000, strength=1);
}
body.transparent a {
text-shadow: none;
filter: -;
}

Glow 过滤器需要在 body.transparent a 上被排除,就像 text-shadow 一样。但我就是无法禁用链接的过滤器。我该怎么做??

最佳答案

您似乎无法覆盖子元素中的过滤器。看this question , 那里的解决方案是给 child 一个 absoluterelative 位置。

关于css:过滤器如何为某个类禁用它们?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8195734/

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