我的背景有一个简单(但令人沮丧)的问题。我目前将它作为静态背景图像和内容空间的纯色。由于某种原因,内容颜色没有显示?我觉得我已经经历了一切来解决它,但没有骰子。有什么建议么?
body {
margin-left:auto;
margin-right:auto;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 1em;
line-height: 1;
background-image:url(../img/bglogo.jpg);
background-attachment:fixed;
}
#contentcontainer {
max-width: 960px;
margin: 0 auto;
float: none;
padding-top: 0px;
padding-left:10px;
background-color: #fffdf8;
}
有问题的网站可以在这里找到:http: //mikesbaum.com/plan9alehouse/index.html