读书人

请问background图片IE不显示其他浏

发布时间: 2012-02-25 10:01:48 作者: rapoo

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

读书人网 >CSS

热点推荐