At least I think it's a table problem. If you go to this site and put something in your cart, then click Checkout, the prices on the right side are truncated in IE. I have no idea how to fix this. Can someone take a look, please? I'd appreciate it.
I was just playing around with the code and found a workable solution: Change cellpadding from 5 to 30 at this point in your code: <table cellspacing="0" cellpadding="30" border="0" width="100%"> <tr> <th><div class="ColumnTitle Center">Product Image</div></th> <th><div class="ColumnTitle Center">Product Name</div></th> <th width="10%"><div class="ColumnTitle Right">Qty</div></th> <th width="10%"><div class="ColumnTitle Right">Price</div></th> <th width="10%"><div class="ColumnTitle Right">Total Price</div></th> </tr>