COMMENTS: Flickers Background.
Call the function with this command (you do kind of need to copy the function to your page first): bgChanger("FFFFFF","000000",25); The parameters are as follows: "FFFFFF"
The first parameter names the BGCOLOR to begin with
"005A96"
The first parameter names the BGCOLOR to end with
25
The last parameter tells the script how many "steps" to use to fade
between the first and last BGCOLOR. (25 is fairly flicker free on
my system ... 50 is smoother)
Notes:
|