>  기사  >  웹 프론트엔드  >  ie10 不兼容_html/css_WEB-ITnose

ie10 不兼容_html/css_WEB-ITnose

WBOY
WBOY원래의
2016-06-24 12:22:09965검색

本帖最后由 liutao132 于 2013-06-08 10:21:05 编辑

#head { float:left; width:100%; background:url(../images/head_bg.jpg) repeat-x;}
#head .head_center { width:960px; margin:0 auto;}
#head .head_center .logo { float:left; width:208px; height:60px; overflow:hidden; margin:10px 0;}





ie10 不兼容_html/css_WEB-ITnose



在ie10里面logo.png  这张图片不显示

回复讨论(解决方案)

在head里加兼容代码,强制兼容
 

向来都是高版本浏览器好对付,IE678难对付,我的X-UA-Compatible从来都是IE=edge,希望以IE的最高版本渲染。

另外,IE10亲测图片可以显示,不知道LZ是不是代码不全。

什么时候都有IE10了

ie10 不兼容_html/css_WEB-ITnose

图像不显示,路径没问题。
성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.