pc.yzdown.com 脚本展示
魔幻字体呀,很有性格
注意 :把 < BODY>改为< body bgcolor="#000099" onLoad="blurtext()">
以下代码加入<head>区域
<style type="text/css"> <!-- A { FONT-SIZE: 10PT; TEXT-DECORATION: NONE} a:hover { font-size: 10pt; color: black;} td {font-size:10pt;} --> </style>
以下代码加入<body>区域
<script language="javaScript"> <!-- var thissize=20 var textfont="arial" //设置颜色变化过度色 var textcolor= new Array() textcolor[0]="white" textcolor[1]="red" textcolor[2]="aqua" textcolor[3]="yellow" textcolor[4]="#FF8040" textcolor[5]="#FFD1BB" textcolor[6]="#CCCCFF" textcolor[7]="#CCCC33" textcolor[8]="#ff8040" textcolor[9]="yellow" textcolor[10]="lime" textcolor[11]="white" var message = new Array() message[0]="☆恭喜红姐☆" message[1]="获得学院团员形象之星大赛冠军" message[2]="丙班全体为你而欢呼" message[3]="我们永远支持你" message[4]="http://30298.yeah.net" var i_blurstrength=20 var i_message=0 var i_textcolor=0 function blurtext() { if(document.all) { if (i_blurstrength >=-2) { if (i_textcolor >=textcolor.length-1) {i_textcolor=textcolor.length-1} blurthis.innerHTML="<span id='blurpit1' style='position:absolute;visibility:visible;width:400px; top:12px;left:5px;filter:blur(add=0,strength="+i_blurstrength+",direction=90);font-family:"+textfont+";font-size:"+thissize+"pt;color:"+textcolor[i_textcolor]+"'>"+message[i_message]+"</span>"; document.close() i_blurstrength=i_blurstrength-2 i_textcolor++ var timer=setTimeout("blurtext()",50) } else { if (i_textcolor >=textcolor.length-1) {i_textcolor=textcolor.length-1} blurthis.innerHTML="<span id='blurit1' style='position:absolute;visibility:visible;width:400px; top:12px;left:5px;filter:blendTrans(duration=4.2);font-family:"+textfont+";font-size:"+thissize+"pt;color:#ffffff'>"+message[i_message]+"</span>"; i_message++ if (i_message>=message.length){i_message=0} i_blurstrength=20 i_textcolor=0 clearTimeout(timer) var timer=setTimeout("blurtext()",2000) } } } //--> </script>
可能某段代码会由于COPY时的不小心以至不能正常显示,如发现此情况,请告知 pc.yzdown.com