Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Why don't my gradient colors work?

0 views
Skip to first unread message

Jeremy Foster

unread,
Nov 11, 2002, 7:26:56 PM11/11/02
to
I use a string such as
filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1,
StartColorStr=#FF006600, EndColorStr=#FF006600)
And I get a gradient that goes from blue to black. In fact I can put any
colors in the above string that I want and I always get Blue and Black. I am
using IE6... any ideas?

Jeremy Foster
jeremyrfoster at hotmail dot com


dPonch

unread,
Nov 21, 2002, 9:48:27 AM11/21/02
to
try this:

<td
style="filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1,Star
tColorStr=#CCCCCC, EndColorStr=#F1F1F1);">

a color formatted in the hex form must have 6 chars not 8!!!

> filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1,
> StartColorStr=#FF006600, EndColorStr=#FF006600)

Bye,
Dams


0 new messages