在css文件中:</p>
body {
background-image: url('../image/body_bg.png');
margin: 0 0 0 0;
width: 500px;
height: 300px;
}
我确定 url 路径是正确的。
“body_bg.png”在 IE 和 firefox 浏览器中显示,但在 Chrome 中不显示。我的 chrome 版本是 22.0.1229.94
在css文件中:</p>
body {
background-image: url('../image/body_bg.png');
margin: 0 0 0 0;
width: 500px;
height: 300px;
}
我确定 url 路径是正确的。
“body_bg.png”在 IE 和 firefox 浏览器中显示,但在 Chrome 中不显示。我的 chrome 版本是 22.0.1229.94