gpt4 book ai didi

html - IE6 中的 CSS 中断

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

我有以下 CSS 选择器:

.section h1,
.section > div:first-child
{
background-color: #E5E5E5;
border-bottom: solid 1px #CCCCCC;
padding: 3px;
text-align:left;
font-weight:bold;
}

现在我知道 first-child 和 > 选择器在 IE6 中不起作用,但 .section h1 可以。我的问题是,在 IE6 中,由于 .section > div:first-child,.section h1 没有得到应用。有没有什么方法可以既不破坏 IE,又不指定整个样式两次?

最佳答案

是的,按照 prodigitalson 的说法将它们分开。由于 IE 不识别“:first-child”,它只是“跳出”并继续下一个声明。

关于html - IE6 中的 CSS 中断,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2156049/

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