Home › Forums › CSS › Full Page Background › Re: Full Page Background
August 27, 2012 at 2:58 pm
#108538
Participant
From what I read you can add a filter that will allow the image to scale right in IE8
-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');