IE 9圆角带背景图片

发布于 2025-01-05 09:55:29 字数 806 浏览 0 评论 0原文

这个问题有什么解决办法吗?当在 IE9 中使用带有背景图片的圆角(用 x 重复)时,背景会很突出。在其他浏览器中一切正常(没有阴影!)

https://i.sstatic.net/XLIer.png< /a>

css:

 .green-button {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    color: #ffffff;
    padding: 10px 20px;
    background: url(../img/buttons/green.gif) repeat-x left top;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
        border: 3px solid #373843;

    text-shadow:
        0px 1px 0px rgba(000,000,000,0.7),
        0px 1px 0px rgba(255,255,255,0.3);
        cursor: pointer;

}

HTML:

<a href="#link" class="green-button"><span>Oh why</span></a>

Is there any solution for this problem? When using rounded-corner in IE9 with background picture (repeating by x) the background is standing out. Everything is OK in other browsers(without shadow!)

https://i.sstatic.net/XLIer.png

css:

 .green-button {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    color: #ffffff;
    padding: 10px 20px;
    background: url(../img/buttons/green.gif) repeat-x left top;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
        border: 3px solid #373843;

    text-shadow:
        0px 1px 0px rgba(000,000,000,0.7),
        0px 1px 0px rgba(255,255,255,0.3);
        cursor: pointer;

}

HTML:

<a href="#link" class="green-button"><span>Oh why</span></a>

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

记忆里有你的影子 2025-01-12 09:55:29

我明白了...背景剪辑:填充框;

i got it... background-clip: padding-box;

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文