(是的我知道关于那个过时的浏览器的另一个问题)
我的背景图片不会在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;
}
答案 0 :(得分:8)
您在background
风格上使用的订单错误。
background: transparent url(http://domain.com/themes/regular/images/buybutton.png) scroll no-repeat 0 0;
首先是颜色,第3个是附件。
答案 1 :(得分:0)
由于文件未正确保存,我在旧版浏览器中无法显示图片时出现问题。
因此我建议您再次尝试保存图片