我的页面都需要背景。我该如何解决。问题是如果我的内容增长,不使用position: fixed
背景将不可见。
<body>
<div id="Bgr"></div>
...
</body>
#Bgr
{
position: fixed;
height: 100%;
background: url('../images/content-background.png') repeat-y 0, 0;
}
更新:我在正文和我的 html 中已经有了不同的背景,正文是 100% 的高度