我在 IE 7 和 8 中使用空跨度 css 图像替换技术时遇到问题。我的徽标(透明 png)丢失。我假设它与负文本缩进有关?在所有其他浏览器中完美运行。任何帮助将不胜感激!
<h1 class="logo grid_8"><a href="index.html">The Bandwagon<span></span></a></h1>
.grid_8 {text-indent:-1000em; margin:-30px 10px 0 0;}
.logo .grid_8 a{
position:relative;
display:block;
width: 470px;
height: 150px;
overflow:hidden;}
.grid_8 span {
display:block;
position:relative;
width:470px;
height:150px;
background:url("../img/TBWlogo.png")no-repeat left top;
z-index:1000;}