gpt4 book ai didi

css - Internet Explorer 6 (urgh) 和 CSS - 将多个类应用于样式

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

我想知道 Internet Explorer 6 对以下内容的解释有多好:

p img.blue, p img.red {
border:(purple) 1px solid; /* (Please ignore any style errors) */
}

我感兴趣的是将多个类应用于同一样式。我知道 IE6 无法正确解释以下内容:

p img.blue.red {
border:(purple) 1px solid; /* (Please ignore any style errors) */
}

有人知道吗?此致和 TIA。

//编辑:

请注意,我正在查询第一段代码。

最佳答案

IE 解释

p img.blue, p img.red {/* */}

正确地,通过将​​包含的样式应用到 class="blue"的 img 元素(p 元素的子元素), img 元素(class="red"的 p 元素的子元素)。

IE 不理解 p img.blue.red,它只会将样式应用到 p img.red

关于css - Internet Explorer 6 (urgh) 和 CSS - 将多个类应用于样式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1243601/

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