gpt4 book ai didi

html - 如何为特定的 IE 版本应用 css 值

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

我有一个名为“myclass”的类(class)。在 IE8 中,我需要为“myclass”应用 z-index 作为 5,所以我尝试使用以下方法来实现它。

.myclass{
z-index: 5\9
}

--->从IE10开始不仅适用于IE8

.myclass{
z-index: 5 \0/
}

----> 这也适用于 IE10 之后,不仅在 IE8 中而且它会产生语法错误

如何只在IE8下实现?

最佳答案

您应该能够使用定位。

<!--[if IE 8]>
...
<![endif]-->

另外,好像之前有人问过类似的问题,Targeting only Firefox with CSS可能对你有用。

关于html - 如何为特定的 IE 版本应用 css 值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42572733/

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