我在 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 中,它会在女孩的额头上显示一条线,显示在页面顶部的横幅中。在其他浏览器中,线路不来。我该如何解决这个问题?
请帮我。
谢谢德维什 M