Hi
I have been working on customising my productlist using some background images but when I view the pages in IE the listing is split into 3 columns while Firefox seems to have no trouble, any advice would be much appriciated.
My css is
Ive added the images so you can see the differnce.Code:/* PRODUCT LISTING */ .productListing-rowheading a { color:#000000; font-size: 10px; border: 0px; } .productListing-data img { padding:8px; } .productListing-data { font-size: 10px; padding: 1em 1em 1em 1em; text-align: left; } .productListing-heading { background:#FFFFFF; color:#000000; font-size: 10px; border-bottom: 1px solid #BCBCBC; } .productListing-even { background:url(../images/listingbg.jpg) no-repeat; } .productListing-odd { background:url(../images/listingbg.jpg) no-repeat; } /* PRODUCT INFO */
Cheers all....



