Results 1 to 5 of 5
  1. #1
    Join Date
    Mar 2010
    Location
    New York
    Posts
    10
    Plugin Contributions
    0

    Default Trouble with Google Chrome

    I am still using version 1.3.8 and has never been upgraded. My site is www.longfellowscoffee.com.

    I have just put up a new logo on the site and it is working great in
    IE and Firefox. It is not showing up in Chrome. Some other pics are also not showing up, while some are.

    They are both gifs and jpgs.

    Thanks in advance.

  2. #2
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,246
    Plugin Contributions
    58

    Default Re: Trouble with Google Chrome

    Note that the path for the logoWrapper is incorrect in your css and height is set to zero

    #logoWrapper{
    background-image:url(/includes/templates/lcc/images/header2.gif);
    background-repeat:repeat-x;
    background-color:#000;
    height:0px;
    margin-right:0px;
    margin-top:0em
    }

    Should more correctly be

    background-image:url(../images/header2.gif);

    Then change this

    height:0px;

    to

    min-height:100px;

    ~Melanie
    PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are not conducive to a helpful community.

  3. #3
    Join Date
    Mar 2010
    Location
    New York
    Posts
    10
    Plugin Contributions
    0

    Default Re: Trouble with Google Chrome

    Thank you Melanie. What I actually did, with your help in locating the problem, is change the code to...

    #logoWrapper{
    /*background-image: url(../images/header2.gif);*/
    background-repeat: repeat-x;
    background-color: #ffffff;
    height: 35%;
    width: 100%;
    margin-right: 0px;
    margin-top: 0em
    }
    It seems that Chrome looks at this to size the logo, but FF and IE don't, or at least they interpret it better.

    I am still having the problem with some images missing. If you go to the page with FF there is a jpeg there, but it is missing with Chrome.

  4. #4
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,246
    Plugin Contributions
    58

    Default Re: Trouble with Google Chrome

    The reason for using min-height is why the main content container isn't showing the iced tea image in Chrome.... The header logo at 35% is like 50px taller than it should be.

    ~Melanie
    PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are not conducive to a helpful community.

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

    Default Re: Trouble with Google Chrome

    Jordan_Jed,

    From a browser resolution perspective you would be better off splitting this image into at least 2 images
    One being your logo and the other a background image

    Another issue is looking at your view source, the stylesheest references appear to be malformed
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. problem with Iphone and Google Chrome 37.0 mobile
    By vanhorn_s in forum General Questions
    Replies: 6
    Last Post: 9 Sep 2014, 12:09 AM
  2. Problems with Google Chrome?
    By paintsprayparts in forum General Questions
    Replies: 1
    Last Post: 4 Oct 2011, 02:51 AM
  3. Google Chrome with Cookies Disabled
    By DCDC in forum General Questions
    Replies: 6
    Last Post: 23 Nov 2010, 06:33 AM
  4. Allignment error with google chrome
    By beavertje in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 14 Jun 2009, 03:35 PM
  5. Problem with margins in google chrome
    By sartor in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 19 Dec 2008, 06:05 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