CSS Effect

liunx

Guest
Can someone tell me how to get the CSS gradient effect on my link rollovers like <!-- w --><a class="postlink" href="http://www.albinoblacksheep.com">www.albinoblacksheep.com</a><!-- w --> (<!-- m --><a class="postlink" href="http://www.albinoblacksheep.com">http://www.albinoblacksheep.com</a><!-- m -->)?Originally posted by ChocoboJoe
the CSS gradient effect

:confused:

What CSS gradient effect?
All I see is a lot of JavaScript (that btw breaks crossbrowser, so it's a pretty bad implementation).

Do you mean the changing of colors?At that site, albinoblacksheep.com, when you rollover the links, and hover, it has sort of a rainbow color gradient effect. I looked at the source and I thought it was a css effect, but now I'm not so sure. Stefan, try looking at the site in IE, and Dave, that's...not quite what I'm looking for, but I appreciate it, because if I can't find it as a CSS effect, I'll surely use that.

MattOriginally posted by ChocoboJoe
I looked at the source and I thought it was a css effect, but now I'm not so sure.

I assume it's done with JS since there is no valid way to get that with CSS alone (possibly with some proprietary MS-CSS-X).

Anyway, to get such an effect that works crossbrowser you simply make a Javascript change the color of a link from an array of preselected colors while the link is onmouseover.Well, I guess I posted this in the wrong forum then. Sorry guys, but thanks for your help. It's greatly appreciated!

Matt

PS...I know it's in the wrong forum, but I don't suppose you could tell me how to use the .js file? :-/
 
Back
Top