网站在IE8和IE7的标题中显示重复的徽标

时间:2013-12-20 16:05:51

标签: internet-explorer-8 rendering

我检查了我的CSS,但我从未将徽标指定为背景图形。背景图形中没有徽标 - 只是一个灰色栏,但在IE8和IE7中,徽标自身重复一个。这是网站:www.americaninstrument.com。

我运行了W3兼容性测试,虽然javascript分析代码和一些链接存在问题,但没有任何内容会影响此徽标。

徽标图片名为object0.png

1 个答案:

答案 0 :(得分:0)

班级wk-shapes的第一个孩子div:

<div style='background: url("http://www.americaninstrument.com/images/object0.png") no-repeat 15px 37px; left: 0px; top: 0px; width: 100%; height: 100%; position: absolute;'>

具有以下内联样式:

background-image: url("http://www.americaninstrument.com/images/object0.png")