Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Site Breaks in Mozilla

Site Breaks in Mozilla

Locked

Views: 1,643

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
31 Jul 2007, 12:47 AM
#1
silkenstrand avatar

silkenstrand

New Zenner

Join Date:
Jul 2005
Posts:
29
Plugin Contributions:
0

Site Breaks in Mozilla

I've tested in IE6 & 7, and my site looks good (haven't addressed the footer yet, but the rest is good)

In Mozilla the site is shot... The background is centering the way I want it to, but the layout is not

http://mywebassist.com/profiles/

Any ideas?

Tina

31 Jul 2007, 1:42 AM
#2
kobra avatar

kobra

Black Belt

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

Re: Site Breaks in Mozilla

First off all these tables????

Designing in IE is just a bad Idea....Always design in the most compliant browser and fix the IE quirks later.

I would not have used all the tables

31 Jul 2007, 2:15 AM
#3
shirster avatar

shirster

Zen Follower

Join Date:
Sep 2005
Location:
Hong Kong
Posts:
301
Plugin Contributions:
0

Re: Site Breaks in Mozilla

A screen shot for Safari.

http://aycu34.webshots.com/image/24833/2001853400247487875_rs.jpg

I agree with Kobra. I would start from scratch, ditch all the tables and make everything looks good in Firefox first. Then worry about IE later.

Shirley :)

31 Jul 2007, 2:59 AM
#4
goodbuygail avatar

goodbuygail

New Zenner

Join Date:
Jul 2007
Posts:
77
Plugin Contributions:
0

Re: Site Breaks in Mozilla

It looks good in firefox now, although the green bottom of the page is crazy annoying.

13 Nov 2008, 2:43 AM
#5
marinadiv avatar

marinadiv

New Zenner

Join Date:
Nov 2008
Posts:
1
Plugin Contributions:
0

Re: Site Breaks in Mozilla

I am super new at this and I designed the zencart site in IE. When I open it in Mozilla, all the text and pictures seem to be on the far right and a scroll bar appears so that the user has to scroll right to see anything. Any thoughts?

https://www.thepapermuse.com

13 Nov 2008, 6:33 AM
#6
kobra avatar

kobra

Black Belt

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

Re: Site Breaks in Mozilla

MarinaDiv,
One should always design in the most standards compliant browser for their platform and this never IE.

I would suspect that you have edited tpl_header.php and you have #navCatTabs div outside of the div for headerWrapper where this is by default contained inside of that div

13 Nov 2008, 12:51 PM
#7
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Site Breaks in Mozilla

Looks like if you remove the float:left; and add some padding-bottom to this in your alt-tpp stylesheet:

** #navCatTabs {
float:left;
width:100%;
background:#FFEEBB url("") repeat-x bottom;
font-size:93%;
line-height:normal;
}**

it'll give you a place to work from.