Firefox图片div没有显示(在chrome中工作)

时间:2012-12-13 09:51:44

标签: html css google-chrome firefox

我有一个我一直在使用的网站,在Firefox中,页面顶部的div由于某种原因没有显示,但它确实在Chrome中显示!

有问题的div是

<div id="top-header"></div>

#top-header {
background-image: url(assets/images/theme/bg-top.jpg);
background-position: left top;
background-repeat: repeat-x;
height: 20px;
}

它有一个背景图像和一个设定的高度,并且在一个容器div中。好像有浮动问题?但我试过清除它。

任何帮助表示赞赏!

1 个答案:

答案 0 :(得分:1)

您的html元素有margin-top: -40px;,因为#top-header只有20px高,所以它会将其拉出视野。