RE: Change color of top,footer and infobox headers fading color
iiinetworks <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.features |
|---|---|
| Message-ID | <3234142f115b19b62d40c1fd14783f87@osCommerce-Forums> |
This message was sent from: Features
http://forums.oscommerce.com/viewtopic.php?p=206557#206557
----------------------------------------------------------------
In stylesheet.css, replace the background: #HHHHHH; line with [code]background-color: #HHHHHH;
background-image: url("images/nameofimage.ext");
background-repeat: repeat-y;
background-position: center;[/code]I looked briefly, but could not find a way to resize the image. The simplest way to handle this would be to make the image wider than the screen would be for the header and the footer. People will miss the ends that way but still get the effect. Obviously, this is not a problem for the box headings, as they are fixed width.
Also, I skipped it, but you would have to make at least two images with the fading effect to do this (box heading and header/footer).
[url=http://www.westciv.com/style_master/academy/css_tutorial/properties/background.html#background-image]Here[/url] is a reference.
Hth,
Matt