-ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='image-file-path.jpg', sizingMethod='scale')";filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='image-file-path.jpg', sizingMethod='scale');
/*styles*/#wrap{position:absolute;width:100%;height:100%;overflow:hidden}#wrap img{width:100%;height:100%}#content-wrap{position:relative;width:100%;height:100%;overflow:auto}#content{width:960px;margin:auto}/*html*/<div id="wrap"><img src="{link to your image}"/><div id="content-wrap"><div id="content">your content goes here</div></div></div>
It doesn't seem to resize properly in IE 8 and lower. Can anyone do a quick version?
u can use this code, i think it will work for you:
background: url(images/xyz-bg.jpg) no-repeat center bottom #fff;
width: 100%;
margin: 0 auto;
background-size:100%;
Are you testing on a proper version of IE8 or through something like Adobe Labs?
In this wasy you can get a nice full size background even in IE6, IE7 , i just created one such website. so i have this trick fresh in my mind.