gpt4 book ai didi

html - last-child CSS 问题

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

嘿你们(和女孩),

我已经实现了以下 CSS:

#tab-navigation ul li:last-child {
background-image: url(../images/tabs-end.gif);
background-repeat: no-repeat;
color: #fff;
display: block;
border: 1px solid red;
background-position: right;
}

但是,出于某种原因,这在 IE 中根本不起作用(惊讶!)- 我读到(经过一些研究)IE 需要 DOCTYPE,但我已经有了 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">定义。

有什么想法吗?

最佳答案

IE 不支持 last-child 选择器。

您可以使用 http://code.google.com/p/ie7-js/ 等脚本在所有 IE 浏览器中启用 CSS3 选择器。

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

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