【发布时间】:2013-05-27 23:22:32
【问题描述】:
我有 CSS 类的锚元素。 所有浏览器都能很好地显示 BG 图像,除了 IE 7(它根本不会显示图像)。 (我添加了 _attributes ,因为我看到了其他站点中使用的那个)。 在 IE7 中使用 IE Developer 工具时,它会显示 background-image: none... 谢谢
color: #FFFFFF;
cursor: pointer;
height: 102px;
left: 0;
margin-left: -7px;
position: fixed;
text-indent: -9999px;
top: 25%;
width: 35px;
z-index: 9998;
background-color: #279cff;
border-color: #279cff;
border-style: outset outset outset none;
border-width: 1px 1px 1px medium;
background-repeat: no-repeat;
height:170px;
background-image: url(../images/1.png);
background-position: 11px;
【问题讨论】:
-
你的意思是png文件的不透明度吗?
-
:) - 我希望...无论如何 IE7 也无法工作
-
@Sanja - 图片根本不会显示
-
@Jason:我完全同意!!!连 MS 都不支持了!!
-
如果所有开发者都拒绝支持IE6,也许我们都可以过上幸福的生活:)
标签: html css internet-explorer internet-explorer-7