#head .head_center { width:960px; margin:0 auto;}
#head .head_center .logo { float:left; width:208px; height:60px; overflow:hidden; margin:10px 0;}

在ie10里面logo.png 这张图片不显示
回复讨论(解决方案)
在head里加兼容代码,强制兼容
向来都是高版本浏览器好对付,IE678难对付,我的X-UA-Compatible从来都是IE=edge,希望以IE的最高版本渲染。
另外,IE10亲测图片可以显示,不知道LZ是不是代码不全。
什么时候都有IE10了

图像不显示,路径没问题。