Hi,
If you click on NEW PRODUCTS on my site, you'll see that the column width is controlled via my stylesheet using stylesheet like this:
My problem is with when you click on Shopping Cart and your cart's empty... it will also show a New Products Page but if you're in IE7 you'll see that the column width is too narrow here and it forces the 4th pic down onto the next line.PHP Code:.new_products {float: left;
width: 200px;
height: 285px;
text-align: center;
}
Does anyone know how to set the column width in an empty cart page?



