โค๊ดป้ายไฟวิ่งไล่ตามตัวอักษร
<script language="JavaScript1.2">

/*
Neon Lights Text
By JavaScript Kit (//javascriptkit.com)
For this script, TOS, and 100s more DHTML scripts,
Visit //www.dynamicdrive.com
*/

var message="Welcome to yaovarit.bloggang.com!"
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.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>')
}
else
document.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 color
if (n==0){
for (m=0;m<message.length;m++)
//eval("document.all.neonlight"+m).style.color=neonbasecolor
crossref(m).style.color=neonbasecolor
}

//cycle through and change individual letters to neon color
crossref(n).style.color=neontextcolor

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

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


</script>




Create Date : 08 มิถุนายน 2556
Last Update : 24 พฤศจิกายน 2556 18:33:24 น.
Counter : 2819 Pageviews.

1 comments
  
แก้ไขที่
var message="Welcome to yaovarit.bloggang.com!"
var neonbasecolor="gray"
var neontextcolor="yellow"
var flashspeed=100 //in milliseconds

อันแรกคือข้อความที่ต้องการแสดง
อันที่2คือสีอักษรเริ่มต้น
อันที่3คือสีใหม่ที่วิ่งไป
อันที่3คือความเร็วของไฟวิ่ง
โดย: yaovarit วันที่: 24 พฤศจิกายน 2556 เวลา:18:35:46 น.
ชื่อ :
Comment :
 *ใช้ code html ตกแต่งข้อความได้เฉพาะสมาชิก
 

Yaovarit.BlogGang.com

yaovarit
Location :
กรุงเทพฯ  Thailand

[ดู Profile ทั้งหมด]
 ผู้ติดตามบล็อก : 33 คน [?]

บทความทั้งหมด