Cool blanking fonts

Source: Internet
Author: User

Script Description:

First step: Add the following code to the

<script language= "JavaScript" >


!--


var thissize=20


var textfont= "Official script"





var textcolor= new Array ()


textcolor[0]= "000000"


textcolor[1]= "000000"


textcolor[2]= "000000"


textcolor[3]= "111111"


textcolor[4]= "222222"


textcolor[5]= "333333"


textcolor[6]= "444444"


textcolor[7]= "555555"


textcolor[8]= "666666"


textcolor[9]= "777777"


textcolor[10]= "888888"


textcolor[11]= "999999"


textcolor[12]= "AAAAAA"


textcolor[13]= "BBBBBB"


textcolor[14]= "CCCCCC"


textcolor[15]= "DDDDDD"


textcolor[16]= "Eeeeee"


textcolor[17]= "FFFFFF"


textcolor[18]= "FFFFFF"





var message = new Array ()


message[0]= "Welcome to the triple material"


message[1]= "Please stay a little while"


message[2]= "You'll have more to gain"


message[3]= "Please visit again"


i_message=0





var i_strength=0


var i_message=0


var timer





function Glowtext () {


if (document.all) {


if (i_strength <=17) {


Glowdiv.innertext=message[i_message]


document.all.glowdiv.style.filter= "Glow (color=" +textcolor[i_strength]+


", strength=4)"


i_strength++


timer=settimeout ("Glowtext ()", 100)


}


else {


cleartimeout (timer)


settimeout ("Deglowtext ()", 1500)


}


}


}





function Deglowtext () {


if (document.all) {


if (I_strength >=0) {


Glowdiv.innertext=message[i_message]


document.all.glowdiv.style.filter= "Glow (color=" +textcolor[i_strength]+


", strength=4)"


i_strength--


timer=settimeout ("Deglowtext ()", 100)


}


else {


cleartimeout (timer)


i_message++


if (i_message>=message.length) {i_message=0}


i_strength=0


Intermezzo ()


}


}


}





function Intermezzo () {


glowdiv.innertext= ""


settimeout ("Glowtext ()", 1000)


}





//-->





</SCRIPT>





Step Two: Add the following code to the <body> area


<div id= "Glowdiv style=" position:absolute;visibility:visible;width:60


0px;text-align:center; Top:185px;left:70px;font-family: Official script; Font-size:


30pt;color:000000 "> </div>





Step Three: Change the contents of the <body> area to


<body bgcolor= "#fef4d9" onload= "Glowtext ()" "

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.