Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2006
    Posts
    9
    Plugin Contributions
    0

    Default alignment problem in Firefox

    My layout looks as it should in IE but in Firefox everything below the navigation bar is not centered as it should be. I have loaded Firebug and fixed all the problems it found. Can someone tell me where my problem lies?

    http://tgtwoffroad.com/store2/index.php?main_page=index

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

    Default Re: alignment problem in Firefox

    First off, the stylesheet_new.css is part of the problem as it uses tables and zen cart 1.3.x is mostly tableless...

    You can try this, but I could not verify it...

    Code:
    /*wrappers - page or section containers*/
    #mainWrapper {
    /*	background-color: #ffffff;  */
    	text-align: left;
    	width: 100%;
    	vertical-align: top;
    	}
    Should match the header size:
    Code:
    /* the layout for the table which contains the nav bar */
    TABLE.headerNavigation {
      background-image: url(../images/nav_bg.gif);
      background-color: #000000;
      border-right: 1px solid #000000;
      border-left: 1px solid #000000;
      border-bottom: 1px solid #000000;
      width: 900px !important;
    }
    change main wrapper to 900px from 100% and see if that improves things
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Aug 2006
    Posts
    9
    Plugin Contributions
    0

    Default Re: alignment problem in Firefox

    Ahh... Thank you. that fixed it.

 

 

Similar Threads

  1. Alignment problem with search bar in Firefox
    By brandoman in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 11 Aug 2009, 11:34 PM
  2. Logo Alignment Problem – Firefox
    By Beer_man in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 30 Jul 2008, 01:03 PM
  3. Firefox Alignment
    By 14kvision in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 15 Jun 2008, 05:16 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