我的CSS代码如下:
body {
background-image: url(images/bg.png);
background-attachment: scroll;
background-repeat: no-repeat;
background-size: 100%;
}
背景图像显然比标准网页大,但它仍然不会让我向下滚动。
[附注 - 我也无法在设计视图中向下滚动:http://www.meikledesign.co.uk/host/example.jpg]