position: fixed with background image?
问题 When I add the <!DOCTYPE HTML> on the page I am finding that I have to add position: fixed; into the CSS in order for the image to show up as the background on the "div" otherwise I get a blank, white background. Why does this require that position = fixed in this case? .background_image{ position: fixed; <-----Why is this needed & Why doesn't static work? background: #000 url(../Images/Image.jpg) center center; width: 100%; height: 100%; min-height:100%; background-size: cover; overflow: