Hi every one,

Look that problem with background image at the product listing page

With Mozilla - no problem , but with IE 7 - left and right sides of image are missing-
http://eshop.audiointercom.com/index...ndex&cPath=1_2

I changed style.css file in classic template adding new classes
----------------------------------------------------------------------

.productListing-odd {
background-image: url(../images/product_fon.jpg);
background-position:top;
background-repeat:no-repeat;
width: 540px;
height: 190px;
vertical-align:top;
font:'Trebuchet MS', Verdana,Arial, Helvetica, sans-serif ;
text-align:left;


}

.productListing-even{
background-image: url(../images/product_fon.jpg);
background-position: top;
background-repeat:no-repeat;
width: 540px;
height: 190px;
vertical-align:top;
font:'Trebuchet MS', Verdana,Arial, Helvetica, sans-serif ;
text-align:left;

}

What is a problem ?