gpt4 book ai didi

css - 链接在 IE 6 和 7 中消失

转载 作者:行者123 更新时间:2023-11-28 15:01:24 25 4
gpt4 key购买 nike

我在 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,它显示正常。我该如何解决?

非常感谢!

最佳答案

不幸的是,文本缩进似乎是导致此行为的原因。

在过去,我使用了一个图像按钮,其值设置为与原始按钮相同的值,带有透明图像以便可以使用背景图像:

<input type="image" class="btn-delete" value="Delete" src="spacer.gif" />

关于css - 链接在 IE 6 和 7 中消失,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1947278/

25 4 0
文章推荐: javascript - 下拉列表背景色
文章推荐: css - 在运行时在 Typescript 中更改 CSS 变量的值
文章推荐: javascript - 使用 CSS 更新