Another
very good javascript effect that rotates text messages. Holds 6 separate messages.
Only works in IE 4+. All other browsers will see nothing.
The text wheel script is a 3 part script yet all configuration is made in the
first step that goes within the head. You will need to know RGB codes to make
changes to the text colors. See here
for RGB color chart.
Installation:
Step1
Copy
the code below and pate this into the <head> of your html document. All
configuration is indicated within comments fields. Do not remove the copyright
credits.
Step
2
Copy
the code below and paste this within the <body> tag. Your body tag should
look something like this. <body onLoad="initiate()">
Step
3
Copy
the code below and paste this directly below the <body> tag of your html
document.