标签: html css background-image
我有一个带有静态CSS背景的网页,但内容长于图片的高度。这会在图像结束后在底部产生空白。
如何使图像与用户屏幕的视图一起滚动?
答案 0 :(得分:2)
background-attachment: fixed;
有关更详细的示例,请参阅http://meyerweb.com/eric/css/edge/complexspiral/demo.html。