有点奇怪的。背景图像(甚至当我添加颜色时)到网站上的标题,其中包含的菜单项将不会显示在IE8中。它似乎适用于Chrome和Firefox,但在IE8中它不显示。网址为http://www.esfdev.co.uk/emmanuel/,我们将非常感谢您的帮助。
CSS在下面。
div#header {
background-image: url("./images/headerBg.png") !important;
background-position: center bottom;
background-repeat: repeat;
height: 93px;
position: fixed;
width: 100%;
z-index: 10 !important;
}
由于