我在 TD 中有链接(实际上是按钮),但它完全隐藏在 IE 6 和 7 中:
.btn-delete {
position: relative;
width: 32px;
height: 31px;
text-indent: -1000em;
background:#dd0 url(../img/button.png) no-repeat;
/*.float: left;*/
display: inline-block;
display: -moz-inline-box;
-moz-box-orient: vertical;
vertical-align: top;
zoom: 1;
*display: inline;
}
...但是如果我添加float:left
它,它显示得很好。我如何解决它?
非常感谢!