以下是我网站主要内容部分的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;
}
答案 0 :(得分:1)
您应该将<main id="maincontent">
更改为<div id="maincontent">