Forum Moderators: not2easy

Message Too Old, No Replies

Blending from one colour to another

         

ollym

12:11 am on Oct 11, 2003 (gmt 0)

10+ Year Member



Hi can anyone give me any ideas how, using CSS, I can make a hyperlink (on hover) BLEND from one colour to another.

Thanks in advance

[edited by: ollym at 12:30 am (utc) on Oct. 11, 2003]

bunltd

12:28 am on Oct 11, 2003 (gmt 0)

10+ Year Member



Hi ollym. Welcome to WebmasterWorld.

It looks like they are using a javascript called fade.js to do the fade on the links, not strictly CSS... It cycles through several colors. Neat effect.

You might want to edit your post to remove the link and read the TOS [webmasterworld.com]....

LisaB

aevea

5:39 am on Oct 11, 2003 (gmt 0)

10+ Year Member



There's a way to do it for ie using a proprietary filter. It involves a little javascript for the trigger and
filter: blendTrans(duration=0.6);

in your styles for the a tag.

Adam