PDA

View Full Version : background color fade?


hybrid03
06-27-2002, 01:21 AM
Is there a way to fade a background color to another? What I mean is like could the two colors be faded like gradient to each other? I like the gradient scheme, can it be done?

x_goose_x
06-27-2002, 02:33 AM
Why not just make a picture of a gradient that is only 1 pixel wide? Like what I have attached.

Zvona
06-27-2002, 08:56 AM
Example of Gradient Filter for IE5.5+ (copy&paste URL):
http://www24.brinkster.com/zvona/htmlexa.asp?article=03

Sp00kY
06-27-2002, 03:13 PM
Is there a possible way to add to that script Zvona ?

I'm wondering whether you could add an extra colour to the blend that it moves "through".

For instance starting from black, moving through white, then back to black.
I know it can be done by making two seperate tables, which I've done, but placing text inside is more difficult.
It would just make things easier... any idea ?

Also, the gradient function... is there a way to make the blend move from a corner to the opposite corner instead of just top/bottom and left/right ?

Many thanx...

Kylena
04-13-2004, 09:58 AM
The CSS links and other links are broken :(

mindlessLemming
04-13-2004, 03:31 PM
Filter?
Evil proprietry MADNESS! :mad:
Avoid those horrid little buggers like the plague, they'll bite you on the *** later on when more people upgrade their browser.
Go with the 1px jpg and use the following CSS
#element {
background:#fff url(images/gradient.jpg) repeat-y;
}

ionsurge
04-13-2004, 03:35 PM
Living example of ^^:

http://www.mudsplat.com

Easiest way to go about it.