我正在添加一个类似于 li 的子弹的图像:
.top_right li {
float: left;
width: 7em;
line-height: 100%;
background: url(images/thumbs.png) no-repeat top 4px left;
border-bottom: solid 1px #222;
margin-right: 1em;
padding: 5px 0 5px 1.3em
}
任何想法为什么 thumbs.png 不在 IE 8 和 7 中显示?