Results 1 to 5 of 5
  1. #1
    Join Date
    Aug 2005
    Posts
    12
    Plugin Contributions
    0

    Default Header image partially hidden behind page content

    When vieiwing my store for the first time on a MS Vista equipped computer via IE 7, I found that the bottom of the header image is obscured by the primary page content (partial screen capture attached).

    It did not appear this way before, and it does not appear this way when viewed on a Windows 2000 machine with IE 6.

    Anyone seen this before or know how to fix it?

    FYI, store URL is www.snotspotgear.com/spotstore
    Attached Images Attached Images  
    Last edited by brennon; 13 Apr 2007 at 05:13 PM. Reason: forgot to include URL

  2. #2
    Join Date
    Aug 2005
    Posts
    12
    Plugin Contributions
    0

    Default Re: Header image partially hidden behind page content

    Since no one has replied to this post, does that mean I'm alone in experiencing this problem? Doesn't anyone have even a clue what might be going wrong?

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

    Default Re: Header image partially hidden behind page content

    It's always a bad idea to make the original mini ZC logo into a full size banner. You could have used your banner as the actual header background and made a transparent gif of your size choosing to replace the mini ZC logo.. still making your banner clickable. That's neither here nor there now.

    The basis of the problem is that your logo size overrides the header logo wrapper itself. Simple adjustment in your current template's stylesheet.css

    Locate:
    Code:
    #logoWrapper{
    	background-image: url(../images/header_bg.jpg);
    	background-repeat: repeat-x;
    	background-color: #F0DE00;
    	height:75px;
    	}
    So change the above to:
    Code:
    #logoWrapper{
    	background-image: url(../images/header_bg.jpg);
    	background-repeat: repeat-x;
    	background-color: #F0DE00;
    	height:110px;
    	}
    That should set things right as rain, seeing how your banner is 110px tall. Also, remove instances of "tile_back.gif" throughout the stylesheet. You aren't using them and they will haunt you in your error reports as broken images, because browsers are trying to fetch what is not there.

  4. #4
    Join Date
    Aug 2005
    Posts
    12
    Plugin Contributions
    0

    Default Re: Header image partially hidden behind page content

    Thanks, Sketchy! That did the trick!!

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

    Default Re: Header image partially hidden behind page content

    That's great to hear and you're very welcome.

 

 

Similar Threads

  1. CSS Issue with Header Menu being hidden behind category
    By kman55 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 15 May 2012, 04:05 AM
  2. v139h Header becomes hidden behind web browser
    By agziller in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 17 Feb 2012, 08:53 PM
  3. Making header background image higher without being hidden behind centre of website
    By Sushigal in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 23 Apr 2009, 04:36 PM
  4. image behind main content?
    By jimmy9 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 7 Aug 2008, 03:30 PM
  5. Header image behind my logo?
    By wowzah in forum Templates, Stylesheets, Page Layout
    Replies: 22
    Last Post: 17 Apr 2008, 09:10 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR