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

Help with fading colors

0 views
Skip to first unread message

michaaal

unread,
Jan 17, 2004, 11:28:24 AM1/17/04
to
I can use this code to fade from color #1 (on the left side of the screen)
to color #2 (on the right side of the screen), but how can I fade from color
#1 (on the left side of the screen) to color #2 (in the middle of the
screen) and then fade back to color #1 (on the right side of the screen)?
Help!

style="width: 100%;
filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorS
tr=#DBCF23,EndColorStr=003399)"


Brian Staff

unread,
Jan 20, 2004, 11:50:18 PM1/20/04
to
You can't with one filter a far as I know. I'd suggest this:

Put a table on your window with one and two cells - each 50% width and then
apply you filter in the LH cell and the reverse filter in the RH cell.

Brian
"michaaal" <res0...@verizon.net> wrote in message
news:uec7OXR3...@TK2MSFTNGP12.phx.gbl...

michaaal

unread,
Jan 24, 2004, 9:19:13 AM1/24/04
to
> You can't with one filter a far as I know. I'd suggest this:
>
> Put a table on your window with one and two cells - each 50% width and
then
> apply you filter in the LH cell and the reverse filter in the RH cell.

Great idea! But I need for it to be the background? How would I make it
the background?

0 new messages