Quote Originally Posted by rstevenson View Post
Hi again. I've been away for several days, not ignoring you! ;-)

I see your site has up to 9 different stylesheets being loaded at one time. That's going to make debugging a real problem. I also see one of them is stylesheet_tpp.css, which I believe is a Template Monster stylesheet. That makes it even more difficult, since TM customizes Zen Cart in unfortunate ways.

I would suggest looking through the many stylesheets to see where there are duplicate definitions, and trying to remove them.

And yes, you should have that 100% definition in there. Have a look at the default stylesheet.css file (from a fresh download of ZC, if you don't have one handy)to see where to put it.

Rob
Hi Rob, no problem - hope your time away was good!

Actually the stylesheet_tpp.css is from the addon Tabbed Products Pro - not Template Monster. I don't have a template from the addons or a 3rd party. Just my own that I highly customized from the standard template.

I will go ahead and add the 100% def in there for IE.

To be honest, I did not know I had 9 stylesheets being loaded (all from addons that I have installed). You probably right, simply going thru the different stylesheets to see where I have duplicate defs should solve the problem.

Now my only question to you is, when I do find duplicate defs, do I simply comment them out in the main stylesheet or do I comment them out in the page specific stylesheet?

Thanks for your help!