How to have a non-fixed fullscreen background image?
问题 I am aware that several techniques exist to have a fullscreen background image, either with CSS3 or with absolute positioning and 100% height/width. However, all these techniques result in fixed background images, meaning that if you have some content bigger than the screen that needs a scrollbar, the background image will stay fixed when scrolling. Is it possible to have the background image stetch to the width/height of the page , instead of the screen ? 回答1: I had the same problem as I'm