Thread: Ie vs fire fox

Results 1 to 3 of 3
  1. #1
    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.

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default 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:
    Code:
    /*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??
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Aug 2006
    Location
    Canada
    Posts
    1,029
    Plugin Contributions
    5

    Default 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;

    Code:
    <!--bof-header ezpage links-->
    <!--eof-header ezpage links-->
    </div>
    Try omitting the tag in red and see how that may help.

 

 

Similar Threads

  1. Fine in Fire Fox - Flock but Chokes on IE Why?
    By milobloom in forum General Questions
    Replies: 15
    Last Post: 12 Jul 2008, 12:30 PM
  2. Text Colors different in Fire Fox and IE
    By trisha1581 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 9 May 2008, 06:00 PM
  3. Fire Fox bug
    By Wilkesy in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 23 Dec 2007, 12:35 PM
  4. Fire Fox problem
    By sparktronic in forum Basic Configuration
    Replies: 7
    Last Post: 21 Feb 2007, 02:12 PM
  5. Fire Fox Web Design
    By Renz in forum General Questions
    Replies: 3
    Last Post: 13 Jul 2006, 11:01 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg