Forum'da ara:
Ara


Yazar Mesaj
Mesaj31.08.2009, 09:44 (UTC)    
Mesaj konusu: SİTENE NEON YAZI JAVA SCRİPT KODU

Sitene neon yazi ile yazmak istersen kodu kopyala.Kolay gele
Kod:
<h2><script language="JavaScript1.2">

/*
Neon Lights Text
By Website Abstraction (http://kinghaninyeri.tr.gg/)
Over 400+ free scripts here!
*/

var message="Buraya mesajinizi yazin!"
var neonbasecolor="white"
var neontextcolor="red"
var flashspeed=100  //in milliseconds

///No need to edit below this line/////

var n=0
if (document.all){
document.write('<font color="'+neonbasecolor+'">')
for (m=0;m<message.length;m++)
document.write('<span id="neonlight">'+message.charAt(m)+'</span>')
document.write('</font>')

//cache reference to neonlight array
var tempref=document.all.neonlight
}
else
document.write(message)

function neon(){

//Change all letters to base color
if (n==0){
for (m=0;m<message.length;m++)
tempref[m].style.color=neonbasecolor
}

//cycle through and change individual letters to neon color
tempref[n].style.color=neontextcolor

if (n<tempref.length-1)
n++
else{
n=0
clearInterval(flashing)
setTimeout("beginneon()",1500)
return
}
}

function beginneon(){
if (document.all)
flashing=setInterval("neon()",flashspeed)
}
beginneon()


</script></h2>

______________
Mesaj03.09.2009, 01:20 (UTC)    
Mesaj konusu: http://abdullax.gg

Guzel olmuş Wink
Mesaj03.09.2009, 13:55 (UTC)    
Mesaj konusu:

tşkler...
______________
www.raja70.tr.gg

Sitemize girip ziyaretci defterine yorum yapanlara bende yorum yapıyorum.

LÜTFEN KÜFÜR VE ARGO İÇERİKLİ MESAJLAR YAZMAYINIZ....
Önceki mesajları göster:   


Powered by phpBB © 2001, 2005 phpBB Group
Türkçe Çeviri: phpBB Türkiye & Erdem Çorapçıoğlu