Results 1 to 5 of 5
  1. #1
    Join Date
    Aug 2005
    Posts
    14
    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
    14
    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,031
    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
    14
    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,031
    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. FAQ Manager
    By ccn1 in forum All Other Contributions/Addons
    Replies: 368
    Last Post: 29 Nov 2011, 09:20 AM
  2. Image Header for MY CART PAGE
    By hereliesboots in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 21 Mar 2007, 05:17 AM
  3. _LRG image displaying at Small Image size
    By sopretty in forum General Questions
    Replies: 11
    Last Post: 1 Oct 2006, 09:28 PM

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
  •