日期:2014-05-17  浏览次数:20623 次

请教,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就都可以显示了!