Zen Cart Logo

Ie vs fire fox

Locked

Views: 1,129

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
23 Sep 2006, 4:21 PM
#1
puppet87112 avatar

puppet87112

New Zenner

Join Date:
Oct 2004
Location:
Albuquerque, NM
Posts:
91
Plugin Contributions:
0

Ie vs fire fox

I have having a problem with Whitespaces and have tried everything I could find in the forum to fix it and the problem I having is, what fixes IE messes up firefox

The thing that will make IE no show the big white space is in TPL_header.php taking out <br class="clearBoth" />

That fixes it in IE but when you do that in Firefox everything justifys to the right.

I have tried all the .css edits on the fourm and I have been working this issue now for my client for some time now.

http://www.uniqueillumination.com/ is the url

Any suggestions would be greatly appreciated.

Thank you.

23 Sep 2006, 8:24 PM
#2
kobra avatar

kobra

Black Belt

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

Re: Ie vs fire fox

You appear to be using a Zen Cart version of 1.3.x but have pasted some old css code into your stylesheet.css that addresses tables that do appear to exist.
This is starting at:```
/HEADER CSS/

TABLE.header {
background-image: url('../images/header_bg.jpg');
background-repeat: repeat-x;
background-color: #708190;
border-right: 1px solid #9a9a9a;
border-left: 1px solid #9a9a9a;
border-bottom: 1px solid #9a9a9a
}

This and the subsequent code that addresses tables does not appear to be controlling anything.  check your template_default stylesheet and compare.

 Start there and then the other things might clear up??
24 Sep 2006, 12:47 AM
#3
sketchy avatar

sketchy

Totally Zenned

Join Date:
Aug 2006
Location:
Canada
Posts:
940
Plugin Contributions:
2

Re: Ie vs fire fox

I couldn't really see a more than average difference between IE7 and Firefox, but in IE6... there is a noticable gap just below your logo and main content. I did notice a stray DIV tag in that area by looking at your page source.

In your tpl_header.php, make a backup and find;

<!--bof-header ezpage links-->
<!--eof-header ezpage links-->
</div>

Try omitting the tag in red and see how that may help.