Hey All. I am pretty new to Zen Cart (only my second project) but have been a web development hobbiest since 1995...however...I do make dumb mistakes in CSS sometimes...and I'm sure there's one here causing me to post for help for the first time in my life!
I have been working on a template for a couple of days and all has been looking good. I constantly check my corrections in Opera and Firefox...but got a little lazy today and was only checking in Opera. When I checked it in Firefox and IE, the site is a bit messed up and it looks to be related to the same CSS.
I have been able to really narrow it down to the "float" in #navCatTabs. When I remove that, alignment is greatly improved (though not perfect). View the site in Opera for what it should look like, then in IE and Firefox for two uniquely distorted views:
The Site: http://www.redtailsphotography.ca/test1234/
The CSS in Question:
Code:#navCatTabs ul { margin: 0; padding: 0; } #navCatTabs li { float: left; display: inline; width: 162px; height: 21px; margin: 0; border-bottom: 1px solid #c5c5c5; border-top: 1px solid #c5c5c5; padding: 7px 0 0 0; background-image: url(../images/cat_tabs.jpg); font-weight: bold; }





