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
すると問題なく表示されます。どうすれば修正できますか?
どうもありがとう!