Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Differences in Page in Browsers.

Differences in Page in Browsers.

Locked

Views: 1,153

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
19 Sep 2006, 9:06 PM
#1
chemdata avatar

chemdata

New Zenner

Join Date:
Aug 2005
Posts:
27
Plugin Contributions:
0

Differences in Page in Browsers.

Hi:

I am using version 1.30 and my url is http://www.fotopoet.com/zencart/ .

I have several problems:

In MSIE I see a very small white space on the left hand side of the page and a black border for the entire table which does not appear in Firefox. However in Firefox the navCatTabWrapper menu category items are not all on the same line.

What corrections can be made to make the page on both browsers appear the same with the black border for the entire table and without the extra white space and the category menu items all on the same line.

Thanks.

20 Sep 2006, 7:19 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Differences in Page in Browsers.

your style sheets contains multiple calls to the same tag in many instances and this makes it difficult to determine which one is taking precedence.

I would suggest that you crefully clean up your css looking at you duplicate tag/div entries and combining your required setting into a single statement. This in itself might clear up some of your issues and will definitely make adjustment an easier task.

21 Sep 2006, 4:49 AM
#3
chemdata avatar

chemdata

New Zenner

Join Date:
Aug 2005
Posts:
27
Plugin Contributions:
0

Re: Differences in Page in Browsers.

Kobra, thank you. I took your advice and eventually everything came together. I used a future zen stylesheet as a guide comparing it with the stylesheet.css that I was using. Once again thanks.