祝福 发表于 2007-12-14 18:12

滚动变色的文字

<script>var message="欢迎来到中画网"
var n=0;
if (document.all){
document.write('<font size="12px" color="#00ff00">')
for (m=0;m<message.length;m++)
document.write('<span id="neonlight" style="font-size:28px">'+message.charAt(m)+'</span>')
document.write('</font>')
var tempref=document.all.neonlight
}
else
document.write(message)
function neon(){
if (n==0){
for (m=0;m<message.length;m++)
tempref.style.color="#006666"
}
tempref.style.color="#3fadc7"
if (n<tempref.length-1)
n++
else{
n=0
clearInterval(flashing)
setTimeout("beginneon()",1500)
return
}
}
function beginneon(){
if (document.all)
flashing=setInterval("neon()",23)
}
beginneon()
</script><br><br>&lt;script&gt;var message=\&quot;欢迎来到中画网\&quot;
var n=0;
if (document.all){
document.write('&lt;font size=\&quot;12px\&quot; color=\&quot;#00ff00\&quot;&gt;')
for (m=0;m&lt;message.length;m++)
document.write('&lt;span id=\&quot;neonlight\&quot; style=\&quot;font-size:28px\&quot;&gt;'+message.charAt(m)+'&lt;/span&gt;')
document.write('&lt;/font&gt;')
var tempref=document.all.neonlight
}
else
document.write(message)
function neon(){
if (n==0){
for (m=0;m&lt;message.length;m++)
tempref.style.color=\&quot;#006666\&quot;
}
tempref.style.color=\&quot;#3fadc7\&quot;
if (n&lt;tempref.length-1)
n++
else{
n=0
clearInterval(flashing)
setTimeout(\&quot;beginneon()\&quot;,1500)
return
}
}
function beginneon(){
if (document.all)
flashing=setInterval(\&quot;neon()\&quot;,23)
}
beginneon()
&lt;/script&gt;

[ 本帖最后由 祝福 于 2007-12-14 18:18 编辑 ]

清音王梓 发表于 2007-12-14 18:43

这个有用!以后做帖子好用啊!感谢祝福老师啊!

小白兔 发表于 2007-12-14 19:42

我就跟在后面收藏就行了

清林竹影 发表于 2007-12-16 23:11

会不会使用,只要是好的我都收藏了。谢谢。

叶飞 发表于 2007-12-21 00:45

学习






仲秋 发表于 2008-1-23 20:25

<script>var message=\"欢迎来到中画网\" var n=0; if (document.all){ document.write(\'<font size=\"12px\" color=\"#00ff00\">\') for (m=0;m<message.length;m++) document.write(\'<span id=\"neonlight\" style=\"font-size:28px\">\'+message.charAt(m)+\'</span>\') document.write(\'</font>\') var tempref=document.all.neonlight } else document.write(message) function neon(){ if (n==0){ for (m=0;m<message.length;m++) tempref.style.color=\"#006666\" } tempref.style.color=\"#3fadc7\" if (n<tempref.length-1) n++ else{ n=0 clearInterval(flashing) setTimeout(\"beginneon()\",1500) return } } function beginneon(){ if (document.all) flashing=setInterval(\"neon()\",23) } beginneon() </script>

鳕嫘 发表于 2008-1-26 20:52

faruyun 发表于 2008-4-10 18:05

<script>var message=\"欢迎来到中画网\" var n=0; if (document.all){ document.write(\'<font size=\"12px\" color=\"#00ff00\">\') for (m=0;m<message.length;m++) document.write(\'<span id=\"neonlight\" style=\"font-size:28px\">\'+message.charAt(m)+\'</span>\') document.write(\'</font>\') var tempref=document.all.neonlight } else document.write(message) function neon(){ if (n==0){ for (m=0;m<message.length;m++) tempref.style.color=\"#006666\" } tempref.style.color=\"#3fadc7\" if (n<tempref.length-1) n++ else{ n=0 clearInterval(flashing) setTimeout(\"beginneon()\",1500) return } } function beginneon(){ if (document.all) flashing=setInterval(\"neon()\",23) } beginneon() </script>

怎么不显示呢?请问老师

[ 本帖最后由 faruyun 于 2008-4-10 18:10 编辑 ]

冰蓝飞儿 发表于 2008-4-11 16:57

谢谢,很有用.收藏了

碎影舞斜阳 发表于 2008-4-16 19:37

<script>var message=\"欢迎来到中画网\" var n=0; if (document.all){ document.write(\'<font size=\"12px\" color=\"#00ff00\">\') for (m=0;m<message.length;m++) document.write(\'<span id=\"neonlight\" style=\"font-size:28px\">\'+message.charAt(m)+\'</span>\') document.write(\'</font>\') var tempref=document.all.neonlight } else document.write(message) function neon(){ if (n==0){ for (m=0;m<message.length;m++) tempref.style.color=\"#006666\" } tempref.style.color=\"#3fadc7\" if (n<tempref.length-1) n++ else{ n=0 clearInterval(flashing) setTimeout(\"beginneon()\",1500) return } } function beginneon(){ if (document.all) flashing=setInterval(\"neon()\",23) } beginneon() </script>


[ 本帖最后由 碎影舞斜阳 于 2008-4-16 19:40 编辑 ]
页: [1] 2 3 4 5
查看完整版本: 滚动变色的文字