Click to See Complete Forum and Search --> : gradient


two4god07
01-07-2009, 02:29 PM
can you place a gradient on a page without actually making a picture of a gradient first?

Can you just tell two different colors to mesh together in css?

TheBearMay
01-07-2009, 02:50 PM
CSS does not support gradient creation.

two4god07
01-07-2009, 03:29 PM
so the only way is to create an image to tile

TheBearMay
01-08-2009, 09:57 AM
Probably the easiest way to do it. You could write a script to do it, but you'll probably find that the amount of time to paint each pixel will be prohibitive.

two4god07
01-08-2009, 10:49 AM
Thank you