gpt4 book ai didi

css - 禁用 IE8 图标周围的蓝色边框

转载 作者:太空宇宙 更新时间:2023-11-03 21:52:47 32 4
gpt4 key购买 nike

我已将图像附加到具有 CSS 样式的按钮。

 .a-icon {
background: url('../a.png') no-repeat 100% 100%;
}

.b-icon {
background: url('../b.png') no-repeat 100% 100%;
}

在 Firefox 中看起来不错,但在 IE8 中,当按钮被禁用时,图标周围会出现蓝色边框。我尝试添加 border: none 等等,但没有成功。

有什么建议吗?

最佳答案

所有带有 img 的链接在 IE lte 9 以上都有蓝色边框,添加到这个标签的你的 css 全局样式中。

a img {
border:none;
}

关于css - 禁用 IE8 图标周围的蓝色边框,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16190030/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com