按钮背景图片不显示或text-indent

你增加overflow:hidden,溢出隐藏就可以了,你在more中增加即可,你这样写重复了,因为内层的more已经text-indent: -9999px;,外层的heng,就没必要增加了
.more {

background: url("../images/more.jpg") repeat scroll 0 0 transparent;
overflow:hidden;
cursor: pointer;
display: block;
float: right;
height: 36px;
margin-top: 9px;
text-indent: -9999px;
width: 101px;
}


你可能感兴趣的:(text-indent,按钮背景图片)