以下css在firefox中完美运行,但不适用于IE(7)。为什么? 在IE 7中, height 和 width 已应用,但未显示背景。
#field-wrapper label{
background: url("images/1.jpg") no-repeat 0 0;
height: 150px;
display: block;
width: 160px;
}
答案 0 :(得分:1)
IE对于图像格式很有趣。
你的jpg图像是否使用CMYK颜色?尝试使用RGB颜色保存它。
您可以使用.png或.gif图片吗?注意透明的.png文件有错误的IE6和IE7!