Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Another Firefox vs. IE issue.

Another Firefox vs. IE issue.

Locked

Views: 1,488

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
6 Mar 2008, 10:44 PM
#1
pauline avatar

pauline

New Zenner

Join Date:
Jun 2006
Posts:
12
Plugin Contributions:
0

Another Firefox vs. IE issue.

Hello...

My site looks great in IE, but when viewed in Firefox. The table with the content is pushed to the right.

http://www.beringmusic.com

Can someone tell me where I need to fix this? Thanks in advance!!

:0)

6 Mar 2008, 11:11 PM
#2
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Another Firefox vs. IE issue.

Pauline:

Hello...

My site looks great in IE, but when viewed in Firefox. The table with the content is pushed to the right.

http://www.beringmusic.com

Can someone tell me where I need to fix this? Thanks in advance!!

:0)

open includes/templates/YOUR_TEMPLATE/common/tpl_header.php

find the following line of code:

<!--eof-optional categories tabs navigation display-->

below this add the following:
<br class="clearBoth />

6 Mar 2008, 11:57 PM
#3
pauline avatar

pauline

New Zenner

Join Date:
Jun 2006
Posts:
12
Plugin Contributions:
0

Re: Another Firefox vs. IE issue.

clydejones:

open includes/templates/YOUR_TEMPLATE/common/tpl_header.php

find the following line of code:

<!--eof-optional categories tabs navigation display-->

below this add the following:
<br class="clearBoth />

Thank you so much for your help...it is greatly appreciated!!

I made the change and it brought the left hand column back where it belongs...but now the main content is pushed down underneath the left column. The same on IE.

You can see it here again...

http://www.beringmusic.com

7 Mar 2008, 12:06 AM
#4
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Another Firefox vs. IE issue.

Pauline:

Thank you so much for your help...it is greatly appreciated!!

I made the change and it brought the left hand column back where it belongs...but now the main content is pushed down underneath the left column. The same on IE.

You can see it here again...

http://www.beringmusic.com

try this and see if it helps: Note the highlighted portion.

<br class="clearBoth" />

7 Mar 2008, 12:21 AM
#5
pauline avatar

pauline

New Zenner

Join Date:
Jun 2006
Posts:
12
Plugin Contributions:
0

Re: Another Firefox vs. IE issue.

That did it...
...:clap: thank you, thank you, thank you!!!

7 Mar 2008, 12:49 AM
#6
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Another Firefox vs. IE issue.

Pauline:

That did it...
...:clap: thank you, thank you, thank you!!!

Glad to help