Background image not stretching fully
问题 I just launched a website the other day and thought it was free of weird CSS mistakes, but apparently it's not. What I am trying to do here is stretching an image to fit the page in height and width. The problem: I have the following markup: <img src="images/night_sky7.jpg" class="stretch" /> and the following CSS applied to it: img.stretch { left: 0px; position: absolute; top: 0px; width: 100%; z-index: 0; } This is working fine on my 17.1' laptop with 1440x900 resolution, but I noticed it