gradient fill in cells?

J

js

Is it possible to fill a cell with a 2 colour gradient? I know how to do
this in Word or Publisher documents, but can it be done on websites? How?
Thankyou
 
M

Murray

You would use a sliver of the gradient as the background of the cell, and
allow it to tile to fill the cell.
 
P

Peter N Roth

use something like this:

<td width="50%" colspan="2" width="60%" colspan="2"
style="filter: progid:DXImageTransform.Microsoft.gradient(
startColorstr=#FFFFFFFF, endColorstr=#FF006600, gradientType=1)">
</td>

Look up DXImageTransform.Microsoft.gradient in the MSDN KB
but this only is interpreted by IE...
 
Top