CSS背景图片显示在Chrome中,但不显示在IE或Firefox中

时间:2014-05-24 02:24:37

标签: css

以下是我网站主要内容部分的CSS。背景图片显示在Chrome中,但不显示在IE11或Firefox中。知道为什么吗?

#maincontent
{
    position: relative;
    width: 100%;
    min-height: 200px;
    height: auto !important;
    background-image: url(images/money-background.png);
    background-position: top; 
    background-repeat: repeat-x;
}

1 个答案:

答案 0 :(得分:1)

您应该将<main id="maincontent">更改为<div id="maincontent">