I'm trying to use some code I found to fade the color of an element, in my case, a row (tr). On the website from which the code originated, http://www.javascript-page.com/fader.html, it works great with fading the background of the webpage.
When I implement the code into my .js file, I...