当前位置: 代码迷 >> HTML/CSS >> 请问,background图片IE不显示,其他浏览器一切正常
  详细解决方案

请问,background图片IE不显示,其他浏览器一切正常

热度:230   发布时间:2012-02-25 10:01:48.0
请教,background图片IE不显示,其他浏览器一切正常
#container
{
background:transparent url("web2.gif") no-repeat fixed center top;
position:relative;
height:600;
width:750;
margin:auto;
}


container是一个div,包含了所有的div。firefox、opera、safari都能显示出来,IE和IE内核的浏览器是空背景

------解决方案--------------------
我觉得containter这样写无论哪个浏览器也应该显示不出来的

不知道你这段想达到什么目的
position:relative; 
height:600; 
width:750; 

但是在height和width后面变成600px和750px就都可以显示了!

  相关解决方案