Thread: Header doubling

Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2005
    Posts
    299
    Plugin Contributions
    0

    Header doubling

    Can someone tell me how to keep my header header from doubling across the top. Looked all threw here and could not find any thing about it.

    You can take a look here: http://citynights.no-ip.info/edy

  2. #2
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,655
    Plugin Contributions
    25

    Default Re: Header doubling

    It repeats because you are telling it to (though it would probably default to repeating anyway).

    In your stylesheet ...
    #logoWrapper{
    background-image: url(../images/header_bg.jpg);
    background-repeat: repeat-x; <--- change to no-repeat
    background-color: #ffffff;
    height:100px;
    }
    See and test drive Zen Cart's free templates at zencarttemplates.info

    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  3. #3
    Join Date
    Apr 2005
    Posts
    299
    Plugin Contributions
    0

    Default Re: Header doubling

    Thank you for your quick response. It worked for me.

 

 

Similar Threads

  1. Zen Lightbox addon [Support Thread]
    By Alex Clarke in forum All Other Contributions/Addons
    Replies: 3372
    Last Post: 23 May 2013, 05:11 PM
  2. dynamic header or alternate header
    By rambo in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 13 Oct 2006, 06:51 PM
  3. header height strangeness
    By AVdes in forum Templates, Stylesheets, Page Layout
    Replies: 16
    Last Post: 29 Aug 2006, 11:07 AM
  4. complicated header problem
    By SysFix in forum General Questions
    Replies: 3
    Last Post: 20 May 2006, 05:11 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
  •