gpt4 book ai didi

html - 覆盖 在 IE6 中不起作用

转载 作者:行者123 更新时间:2023-11-28 15:01:20 25 4
gpt4 key购买 nike

<li>
<span>overlay</span>
content
</li>


li {
position: relative;
height:65px;
overflow: hidden;
}
li span {
background: url(../img/bullet_grey.png) no-repeat;
width: 20px;
height: 20px;
position: absolute;
top: 50px;
left: 10px;
}

这适用于除 IE6 之外的所有浏览器,IE6 只是将 SPAN 隐藏在某处。我该如何解决?

谢谢!

最佳答案

here应该会指导您找到解决方案。

关于html - 覆盖 <span> 在 IE6 中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1952251/

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