Results 1 to 8 of 8
  1. #1
    Join Date
    Nov 2008
    Location
    London
    Posts
    94
    Plugin Contributions
    0

    Default Main links display vertically in firefox

    Hello,
    My main links 'log in, home, checkout,' are displaying badly in firefox. It looks beautiful in IE, just as it should look; Aligned to the right in a horizontal line.
    When I view the site in firefox the links display vertically and are aligned left. This created a huge space above the logo/header image.

    Does anyone know a css fix for this?

    Beep
    Queeni-B Boutique
    www.queenib.com/boutiquez

  2. #2
    Join Date
    Jan 2009
    Posts
    2,123
    Plugin Contributions
    0

    Default Re: Main links display vertically in firefox

    I viewed your site in IE8 and FF and it looks identical?

    Those black and white stripes hurt my eyes though

  3. #3
    Join Date
    Nov 2008
    Location
    London
    Posts
    94
    Plugin Contributions
    0

    Default Re: Main links display vertically in firefox

    Really? I'm using firefox 3.0.10 and the header looks damn ugly.



    Now, you say they are identical... is that they are both displaying in the top right corner in a tidy horizontal line? Or the dodgy way?

    Beep

  4. #4
    Join Date
    Jan 2009
    Posts
    2,123
    Plugin Contributions
    0

    Default Re: Main links display vertically in firefox

    Ahh I see.... I'm using the latest FF and it's viewing the same as IE8, like this:


  5. #5
    Join Date
    Jan 2009
    Posts
    2,123
    Plugin Contributions
    0

    Default Re: Main links display vertically in firefox

    Find this in your stylesheet.css (line 293)

    #navMain ul, #navSupp ul, #navCatTabs ul {
    line-height:1.5em;
    list-style-type:none;
    text-align:center;
    }

    Change to this:
    #navMain ul, #navSupp ul, #navCatTabs ul {
    line-height:1.5em;
    list-style-type:none;
    text-align:center;
    float:right;
    }

  6. #6
    Join Date
    Nov 2008
    Location
    London
    Posts
    94
    Plugin Contributions
    0

    Default Re: Main links display vertically in firefox

    Thanks Limelites,

    That didn't work. It is now displaying in the right hand corner, so it's in the right place BUT... it's still displaying in a vertical list in Firefox. This means that the only link i can see is the 'home/ store front' link and not the 'log in' or 'checkout' etc links are hidden behind the header banner.
    I notice that in the image you posted they were both displaying in the undesired way; vertically.

    There must be a style to change the list from va ertical to a horizontal arrangement?

    Beep
    Queeni-B Boutique
    w w w .queenib.com/boutiquez

  7. #7
    Join Date
    Nov 2008
    Location
    London
    Posts
    94
    Plugin Contributions
    0

    Default Re: Main links display vertically in firefox

    Quote Originally Posted by beep View Post
    Hello,
    My main links 'log in, home, checkout,' are displaying badly in firefox. It looks beautiful in IE, just as it should look; Aligned to the right in a horizontal line.
    When I view the site in firefox the links display vertically and are aligned left. This created a huge space above the logo/header image.

    Does anyone know a css fix for this?

    Beep
    Queeni-B Boutique
    www.queenib.com/boutiquez

    just so you know, i have moved the store to the root folder and am now using /boutiquez as a test store, however i have not overcome this most bizarre css firefox issue yet.

    Any ideas welcome

    Beep
    Queeni-B Boutique
    www.queenib.com

  8. #8
    Join Date
    Nov 2008
    Location
    London
    Posts
    94
    Plugin Contributions
    0

    Default Re: Main links display vertically in firefox

    ok, sorted!

    I used http://jigsaw.w3.org/css-validator/ to check the stylesheet and it seems one tiny comma made all the difference. It said...

    #navMain ul li, {
    display: inline;
    float:right;
    }


    instead of
    #navMain ul li {
    display: inline;
    float:right;
    }


    Now the header links are displaying the same in firefox and IE.

    Beep
    Queeni-B Boutique
    www.queenib.com

 

 

Similar Threads

  1. new products in main page showing vertically
    By bangsters in forum General Questions
    Replies: 1
    Last Post: 23 Jun 2010, 10:11 PM
  2. How Display subcategory images and links on Main category page?
    By windowla in forum Setting Up Categories, Products, Attributes
    Replies: 4
    Last Post: 19 Jun 2010, 06:16 PM
  3. how to display menus vertically along with
    By suman07 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 9 Dec 2007, 08:46 AM
  4. Header graphics appear side-by-side in Firefox, but vertically in IE
    By aaelghat in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 15 Apr 2007, 11:41 PM
  5. Categories display vertically
    By rxalex in forum Basic Configuration
    Replies: 0
    Last Post: 24 Jan 2007, 08:11 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