Quote Originally Posted by bradymc View Post
I just downloaded the Apple_Zen template to use with Zen Cart 1.3.7. I love the confirmation roadmap that you have for the checkout process, but it doesn't seem to display correctly in IE. In Firefox it looks fine... One long gray bar with each heading in a row above the bar. But IE... well IE never seems to do things the RIGHT way!

I assume it's just wrapping to the next line because it's a pixel or two too long? Maybe a padding issue?
Thanks for noticing that, you are correct, it is a spacing issue... IE is tacking on more space.

SO, open up all the css files for this mod:

includes/templates/apple_zen/css/checkout_confirmation.css

includes/templates/apple_zen/css/checkout_payment.css

includes/templates/apple_zen/css/checkout_shipping.css

includes/templates/apple_zen/css/checkout_success.css

and change all instances of 25% to 24%.

That'll do the trick! I'll change this in my next release.