Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / lost background image for top header bar

lost background image for top header bar

Locked

Views: 1,219

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
27 Sep 2006, 9:47 PM
#1
modchipfitters_co_uk avatar

modchipfitters_co_uk

Zen Follower

Join Date:
Sep 2006
Location:
United Kingdom
Posts:
190
Plugin Contributions:
0

lost background image for top header bar

i have been editing my template and now i cannot get my background image to dispay dfor the top header bar (the 1 with home and log in on it)
anyone know how i can get it back or tell me what file/s i should be looking at???
take a look at the site if u wish its http://www.modchipfitters.com

28 Sep 2006, 12:31 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: lost background image for top header bar

look in your /includes/templates/hipctech_lite/images/ > fp;der for this file header_bg.gif...first see if it is there, second; transfer it to your PC and see what the image displays as.
It appears to be loading this image but there is no pic with it.
This entry in your stylesheet.css call it:

TABLE.header {
  background: #ffffff url(../images/header_bg.gif) no-repeat;
  width: 95% !important;
  text-align : center;
}