-
08-0713
-
要完成此效果需要两个步骤
第一步:把如下代码加入到<body>区域中
<SCRIPT language=javaScript>
<!--
var thissize=20
var textfont="arial"
var textcolor= new Array()
textcolor[0]="lime"
textcolor[1]="#FF9900"
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]="#FF9900"var message = new Array()
message[0]=" jojoo.com"
message[1]="Welcome To You!"
message[2]=" jojoo.com"
message[3]="Welcome To You!"var i_blurstrength=15
var i_message=0
var i_textcolor=0function 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:600px; top:100px;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;wi
- 评论 (0)
- 版权声明
此页仅显示最新5条评论,点击查看全部