iGuest 3 Report post Posted November 29, 2004 I found this neon/moving text script, maybe some of you can use it.... <h2><script language="JavaScript1.2">var message="your text here!"var neonbasecolor="red"var neontextcolor="black"var flashspeed=100 //in milliseconds///No need to edit below this line/////var n=0if (document.all||document.getElementById){document.write('<font color="'+neonbasecolor+'">')for (m=0;m<message.length;m++)document.write('<span id="neonlight'+m+'">'+message.charAt(m)+'</span>')document.write('</font>')}elsedocument.write(message)function crossref(number){var crossobj=document.all? eval("document.all.neonlight"+number) : document.getElementById("neonlight"+number)return crossobj}function neon(){//Change all letters to base colorif (n==0){for (m=0;m<message.length;m++)//eval("document.all.neonlight"+m).style.color=neonbasecolorcrossref(m).style.color=neonbasecolor}//cycle through and change individual letters to neon colorcrossref(n).style.color=neontextcolorif (n<message.length-1)n++else{n=0clearInterval(flashing)setTimeout("beginneon()",1500)return}}function beginneon(){if (document.all||document.getElementById)flashing=setInterval("neon()",flashspeed)}beginneon()</script></h2> Share this post Link to post Share on other sites
iGuest 3 Report post Posted December 29, 2004 Thanx 4 Sharing With Us ! Share this post Link to post Share on other sites
iGuest 3 Report post Posted January 2, 2005 any demo to see....mayb yr site Share this post Link to post Share on other sites