Page 1 of 1

Moving text

Posted: Tue Dec 21, 2004 1:15 pm
by pryj
I found this neon/moving text script, maybe some of you can use it....
Code:


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=0
if (****.all||****.getElementById){
****.write('')
for (m=0;m'+message.charAt(m)+'')
****.write('')
}
else
****.write(message)
function crossref(number){
var crossobj=****.all? eval("****.all.neonlight"+number) : ****.getElementById("neonlight"+number)
return crossobj
}
function neon(){
//Change all letters to base color
if (n==0){
for (m=0;m
_________________

Demo please

Posted: Tue Dec 21, 2004 1:54 pm
by SHAdmin
Can you possibly provide a demo link for that code? It will be very usefull. :)

Posted: Thu Jun 16, 2005 5:52 am
by toychoq
could you give code how to move text?

Posted: Wed Aug 10, 2005 5:54 am
by sa3ude
i try it but it didnt work :(
could u put ademo :)
bye

Posted: Thu Aug 18, 2005 4:09 am
by Ken
That sounds pretty neat. I'll try it.

Posted: Thu Aug 18, 2005 10:09 am
by Lixas
sa3ude wrote:i try it but it didnt work :(
could u put ademo :)
bye
It will not work, if u place it only script in page

Where is more requiremets, and i guess, that there should be html code, like

Code: Select all

<div id="neonlight"></div>
or input text line with name "neonlight" I'm not realy sure about that..., but i guess...
It shows this line :
****.getElementById("neonlight"+number)

Posted: Thu Aug 25, 2005 8:24 am
by toychoq
Moving text
where shoudl I put this code?
can i modify it and place where I want it to be

Posted: Fri Feb 24, 2006 8:59 am
by kaos_frack
moving text
maybe <marquee>
by the way i think <marquee> is not supported by netcape or am i wrong?