STEP 1
Copy and place the code in the text area into the <head> of your html document. Nothing to change in
this part of the fading text script.
delay = 30; if(count2 > 100) count2 = 100;
add1 = -10; add2 = -3; delay = 350; } if(co
0) { count2 = 0; add1 = 3; add2 = 10; delay
timerID = setTimeout("show ()", delay); } } w
End --> </script>
STEP 2
Copy and paste the code below into the <body> of your html document where you want the fading text
effect to appear on your webpage.
This is where you configure the fading text javascript to your requirements. You can change the message
in this part, font type, text color and size.
<center> <div id="fader"
style="w idth:480; Filter:Alpha(Opacity=0,Fin
<h4> <font family="Arial, Helvetica" color="
Another Great Javascript<br> Courtesy of
Website! </font></h4> </div> </center>