Typically IE doesn’t support the CSS3 background-size and I’m looking for a workaround.
I tried placing an image as the first thing on a page an setting the CSS such as:
#bg_stretch {
position: absolute;
top: 0;
left: 0;
z-index: -10;
width: 100%;
}
Works good width wise, but adding a height: 100% doesn’t work so it covers the length of the page.
Are you looking for this?
http://jsfiddle.net/VMzFB/
CSS:
HTML:
If that’s not quite right, look at the ideas here:
http://css-tricks.com/3458-perfect-full-page-background-image/