ページ全体に背景が必要です。どうすればそれを解決できますか。問題は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% です