Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/csharp-4.0/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Internet explorer 8 在IE8和IE7标题中显示重复徽标的网站_Internet Explorer 8_Rendering - Fatal编程技术网

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

Internet explorer 8 在IE8和IE7标题中显示重复徽标的网站,internet-explorer-8,rendering,Internet Explorer 8,Rendering,我已经检查了我的CSS,我从来没有指定作为背景图形的标志。背景图形中没有徽标-只有一个灰色条,但在IE8和IE7中,徽标一个接一个地复制自己。这是网站:www.americaninstrument.com 我运行了一个W3兼容性测试,虽然javascript分析代码和一些链接存在问题,但没有任何东西会影响这个徽标 徽标图像被称为object0.png具有类wk shapes的图像的第一个子div: <div style='background: url("http://www.americ

我已经检查了我的CSS,我从来没有指定作为背景图形的标志。背景图形中没有徽标-只有一个灰色条,但在IE8和IE7中,徽标一个接一个地复制自己。这是网站:www.americaninstrument.com

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


徽标图像被称为object0.png

具有类
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(“),以及background image:url(“images/object0.png”)和background image:url(../images/object0.png”),但没有找到。三个样式表都没有将object0.png列为背景图像。我找到了它!它位于javascript文件中。感谢您的帮助。
background-image: url("http://www.americaninstrument.com/images/object0.png")