كنعاني حر مدير عـــــــام المنتدى
الساعه الان : عدد الرسائل : 4552 الـهـوايــة : الـــمـــزاج : من اي بلد : اول حرف من اسم حبيبك ؟ : عارض للطاقه : الدعاء : الـوصـف : تاريخ التسجيل : 15/05/2008
الاوسمة لائحة اوسمة العضو: (0/0) لائحة اوسمة العضو:
| موضوع: كلمات مضيئه باللون الاصفر الثلاثاء 27 يوليو 2010, 3:38 am | |
| كلمات مضيئه باللون الاصفر
الكود
<h2> <script language="JavaScript1.2">
var message="مرحبا " var neonbasecolor="gray" var neontextcolor="yellow" 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)+'') 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>
| |
|