using a gradient (help)

using a gradient (help)

by Skip Cole -
Number of replies: 1
Hi,

I've been trying to add a gradient image to the header of pages, but I have had no luck.
(I want the site to have a similar look and feel as www.usip.org)

So I have changed the gradient.jgp, I have added 'gradients' to the list of style sheets:
$THEME->sheets = array('fw_layout','fw_color','fw_fonts','gradients');

And played with a dozen other things, but still haven't managed to do this.

Any advice?
Thanks!
Skip

Average of ratings: -
In reply to Skip Cole

Re: using a gradient (help)

by Skip Cole -
More information on this...

I seem to have the gradients.css being added now, as can be seen from the CSS generated. (Mozilla's Web Developer extension rocks!)

The nav bars use the image gradient.jpg, but the top header (div.header) still does not.

Any ideas?

Below is the bottom part of the generated CSS.
/**************************************
* THEME NAME: usip
*
* Files included in this sheet:
*
* usip/gradients.css
**************************************/

/***** usip/gradients.css start *****/

/**
* Adds all the nice finish to the standard theme
*
*/

th.header,
td.header,
div.header {
background-image:url(gradient.jpg);
background-position:top;
background-repeat:repeat-x;
}

.navbar {
background-image:url(gradient.jpg);
background-position:top;
background-repeat:repeat-x;
}

/***** usip/gradients.css end *****/