Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Header Background Color


icu

Recommended Posts

Posted

hi,

 

i am trying to put a background picture in my header. can anybody tell me how to do that. or which file you have to edit.

 

thank you for your help.

Posted

icu,

 

there are a couple of ways to do this. If you want the background picture to be in your whole header (i.e. no background color showing, just the picture) then you can do what I did.

 

Change your stylesheet.css file (in catalog/)

 

From:

TR.header {

background: #4c0c04;

}

 

To:

TR.header {

background-image: url(images/Head_Background.jpg);

/*background: #4c0c04;*/

}

 

As you can see I just commented out the background color, and added in the background image.

 

You can see it at

My Webpage

 

Hope this helps,

 

RW

 

hi,

 

i am trying to put a background picture in my header. can anybody tell me how to do that. or which file you have to edit.

 

thank you for your help.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...