文字逐個變色
來源:易賢網(wǎng) 閱讀:613 次 日期:2016-06-20 11:00:25
溫馨提示:易賢網(wǎng)小編為您整理了“文字逐個變色”,方便廣大網(wǎng)友查閱!

腳本說明:

把如下代碼加入<body>區(qū)域中:

<script language=javascript>

<!-- begin

text = 歡迎光臨網(wǎng)站制作學習網(wǎng); //顯示的文字

color1 = blue; //文字的顏色

color2 = red; //轉(zhuǎn)換的顏色

fontsize = 6; //字體大小

speed = 100; //轉(zhuǎn)換速度 (1000 = 1 秒)

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>

更多信息請查看腳本欄目
下一篇:title顏色樣式
易賢網(wǎng)手機網(wǎng)站地址:文字逐個變色

2025國考·省考課程試聽報名

  • 報班類型
  • 姓名
  • 手機號
  • 驗證碼
關(guān)于我們 | 聯(lián)系我們 | 人才招聘 | 網(wǎng)站聲明 | 網(wǎng)站幫助 | 非正式的簡要咨詢 | 簡要咨詢須知 | 加入群交流 | 手機站點 | 投訴建議
工業(yè)和信息化部備案號:滇ICP備2023014141號-1 云南省教育廳備案號:云教ICP備0901021 滇公網(wǎng)安備53010202001879號 人力資源服務許可證:(云)人服證字(2023)第0102001523號
聯(lián)系電話:0871-65099533/13759567129 獲取招聘考試信息及咨詢關(guān)注公眾號:hfpxwx
咨詢QQ:526150442(9:00—18:00)版權(quán)所有:易賢網(wǎng)