PDA

View Full Version : text fade - colors other than black/white??


MrRee
06-14-2007, 06:17 AM
Found this useful javascript on the site, and it alludes to being able to use colors other than black/white, but doesn't give any explanation, and I can't figure it out... can anyone give me a hand? Thanks!! Here's the page with the code (at the bottom it talks about other colors, but doesn't explain...):

http://wsabstract.com/dhtmltutors/fadingtext.shtml

-ML

rnd me
06-15-2007, 08:49 AM
here is green:

document.getElementById("fader").style.color="rgb("+hexinput+","+254+","+hexinput+")";