I have checked the other post. I am having some problem in using css3 property background-size in IE.
.topBar {
width:100%;
background:url(../siteImages/top_bar.png) repeat-x ;
background-size:auto 43px;
height:77px;
}
I know about this code for IE.
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='images/logo.gif',
sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='images/logo.gif',
sizingMethod='scale')";
This will make the size of background to cover the area.