hi i have looked to some questions here which have same subject as here but didnt understand how he fixed it with html as he said. and here but didnt understand how to implement it to work , anyway i have tried mine to test it but it doesnt seem to work.
<style>
.foo {
font-size : 14px ;
background-size: 832px 578px;
background-image: url("al0-2.png");
background-repeat: no-repeat;
width: 831px;
height: 590px;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="al0-2.png",
sizingMethod="scale");
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='al0-2.png',
sizingMethod='scale')";
}
</style>
any help to fix this . im wanting to let background-size works good in all IE also as FF do
EDIT>
my html code
<div class="foo" ></div>