为什么背景图片在Firefox中不可见?

时间:2010-10-23 10:48:21

标签: css firefox

我正在使用1280×850图像作为背景。有了这个CSS:

body {
 line-height: 1;
 font-size: 11px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 text-align: center;
 background:url(../images/bg.png) no-repeat bottom left;
}

所有浏览器都可以,但Firefox不行。在Firefox中,正文背景为白色,背景图像不可见。 (我正在使用meyer css重置)。

我该如何解决这个问题?

提前致谢。

1 个答案:

答案 0 :(得分:2)

您需要在体内放置一些内容或设置一个高度。由于您的图像使用率为850px,

min-height:850px;