Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2005
    Location
    Brooklyn NY
    Posts
    507
    Plugin Contributions
    0

    Default how do I put a background image in the header?

    I wanted to put a back ground image in the header can some please pooint me in the right area.

    Thanks

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

    Default Re: how do I put a background image in the header?

    This is usually done with a small image that can be tiled horz, vertically or both and applied similar to this in your stylesheet.css

    Code:
    #logoWrapper {
    	width: ???%or px;
    	height: 110px;
    	background-image: url(../images/header_bg.jpg);
    	background-repeat: repeat-x;
    	}
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: how do I put a background image in the header?

    Quote Originally Posted by touchclothing View Post
    I wanted to put a back ground image in the header can some please pooint me in the right area.

    Thanks
    Default Zen Cart already has one. Here's the FAQ entry for changing it, which would work equally well for adding one back in if you have already taken it out.
    Kuroi Web Design and Development | Twitter

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

 

 

Similar Threads

  1. How to add a background image to the header?
    By Twaddle in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 14 Jan 2010, 01:10 PM
  2. how do I make the whole header background image a link?
    By keelyerin in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 9 Aug 2008, 12:32 AM
  3. How do i put an image on the header?
    By Graphicman in forum Templates, Stylesheets, Page Layout
    Replies: 17
    Last Post: 22 Apr 2007, 06:46 PM
  4. how to put background image to left column
    By vr4indian in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 16 Oct 2006, 02:58 PM
  5. How can I make my background image extend above the header?
    By Pat Allosaurs in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 22 Sep 2006, 04:35 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