雄杰独倚 发表于 2008-8-31 17:53

请问祝福老师,你这个代码怎么应用到网页上去的~给个例子,可以吗

快乐无极 发表于 2008-8-31 20:05

我用代码也没有显示

醉卧美人膝 发表于 2008-9-2 16:10

<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-9-2 16:10

怎么,回事啊不成功啊

阳光灿烂 发表于 2008-9-5 21:26

不错哦,谢谢楼主提供,辛苦了

阳光世界 发表于 2008-10-31 21:30

<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>

yhljklh 发表于 2009-1-31 20:56

试下

<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>

碧澜风荷 发表于 2009-2-2 15:18

<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>

散步的鱼 发表于 2009-2-7 23:51

<div><script language=\"JavaScript\">
<!-- Begin
text = \"多谢祝福老师!\";
color1 = \"blue\"; color2 = \"red\"; //转换的颜色
fontsize = \"6\";
speed = 100;
i = 0;
if (navigator.appName == \"Netscape\") {
document.write(\"<layer id=a visibility=show></layer><br><br><br>\");
}
else {
document.write(\"<div id=a></div>\");
}
function changeCharColor() {
if (navigator.appName == \"Netscape\") {
document.a.document.write(\"<center><font face=arial size =\" + fontsize + \"><font color=\" + color1 +
\">\");
for (var j = 0; j < text.length; j++) {
if(j == i) {
document.a.document.write(\"<font face=arial color=\" + color2 + \">\" + Text.charAt(i) + \"</font>\");
}
else {
document.a.document.write(text.charAt(j));
}
}
document.a.document.write(\'</font></font></center>\');
document.a.document.close();
}
if (navigator.appName == \"Microsoft Internet Explorer\") {
str = \"<center><font face=arial size=\" + fontsize + \"><font color=\" + color1 + \">\";
for (var j = 0; j < text.length; j++) {
if( j == i) {
str += \"<font face=arial color=\" + color2 + \">\" + text.charAt(i) + \"</font>\";
}
else {
str += text.charAt(j);
}
}
str += \"</font></font></center>\";
a.innerHTML = str;
}
(i == text.length) ? i=0 : i++;
}
setInterval(\"changeCharColor()\", speed);
// End -->
</script></div><br><br>

kuysoft 发表于 2009-2-10 22:18

真的出效果了,不错
页: 1 2 [3] 4 5
查看完整版本: 滚动变色的文字