<script language="JavaScript1.2">
//下面设置显示效果的属性
var message="欢迎访问cjl的地铺(
http://cccjjjlll.wodemo.net)"
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)+'</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>
----Comments(2)----
@cccjjjlll |
@ at 2016-02-18 06:57:
一样的
奇葩逆苍天 (@7pnct) |
@ at 2016-02-18 04:46:
你的首页滚动字的代码是啥
返回顶部
Back to home