Log in

View Full Version : Blend color on row in table



Hummell
03-03-2008, 01:48 PM
Hey guys, I have a row in a table that is used as a divider between two sections. I currently have this row solid colored, but I'd like for it to blend vertically from lighter at the bottom, to darker at the top.

Is there a quick and easy way to do that?

Thanks in advance!
-Hum

Medyman
03-03-2008, 02:04 PM
Use an image as the background.

You can even produce the image on DD.
http://tools.dynamicdrive.com/gradient/

Hummell
03-03-2008, 02:30 PM
Nevermind, figured it out!

I popped the red part into the row code:

<td style="filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#eeeeee', startColorstr='#70707C', gradientType='1'); "style="height: 21px; width: 244px;" colspan="4" class="style6">


-Hum