gpt4 book ai didi

css - IE 6.0 z-index 问题

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

我在 IE 6.0 中遇到 CSS 的 Z-index 属性问题

HTML

<div id="banner"></div>

CSS

#banner{
background:url(pix/banner.PNG) top no-repeat;
z-index = -1;
}

网址:http://www.whizlabs.com/examprep/

在IE 6.0中,在女孩的额头上显示一条线,显示在页面顶部的banner中。在其他浏览器中,线路不会到来。我该如何解决这个问题?

请帮帮我。

谢谢德维什M

最佳答案

真的没有理由将女孩分解成单独的图像。

只需使用一个图像,然后将其定位在包装的右上角

#banner{
background:url(pix/girl.PNG) top no-repeat; /* where girl is the whole girl */
position:relative;
top:0;
right:150px;
}

然后确保 就在您的标题 div 下

关于css - IE 6.0 z-index 问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/892805/

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