为什么此背景图像在 Internet Explorer 中不显示?
(是的,我知道关于那个过时浏览器的另一个问题)
我的背景图像在 IE 中不显示,但在 Chrome 和 FF 中工作正常。
#wlt-DealView .blueBox .buyButton {
background: url(http://domain.com/themes/regular/images/buybutton.png) no-repeat scroll 0 0 transparent;
color: #FFFFFF;
cursor: pointer;
float: right;
font-size: 200%;
height: 50px;
line-height: 45px;
margin: 25px 10px 10px;
padding: 0;
text-align: center;
width: 120px;
}
(Yes I know another question about that obsolete browser)
My background image does not show in IE but works fine for Chrome and FF.
#wlt-DealView .blueBox .buyButton {
background: url(http://domain.com/themes/regular/images/buybutton.png) no-repeat scroll 0 0 transparent;
color: #FFFFFF;
cursor: pointer;
float: right;
font-size: 200%;
height: 50px;
line-height: 45px;
margin: 25px 10px 10px;
padding: 0;
text-align: center;
width: 120px;
}
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您在
background
样式上使用了错误的顺序。首先是颜色,第三是附件。
You are using the wrong order on your
background
style.Have the color at first and attachment as 3rd.
我遇到了图像无法在旧版浏览器中显示的问题,因为文件未正确保存。
所以我建议尝试再次保存您的图像
I have had problems with images not displaying in older browsers becasuse the file had not saved properly.
so i'd suggest try saving your image again