close
喜歡動態的嗎...

來一點不一樣的囉...

呵呵...

獨特得風格...

可以自己設計喔...

希望妳/你會喜歡...

P.S.請把語法加入您的自定欄位其中一個...語法之後即可...如有問題請留言...謝謝...

狀態列(上方)

(一): 



語法:

<SCRIPT language=javascript>
<!--
title_tmp1=document.title
if (title_tmp1.indexOf(">>")!=-1){
title_tmp2=title_tmp1.split(">>");
title_last=" —> "+title_tmp2[1];
title_last=title_last + " —> " + title_tmp2[2];
}else{
if (title_tmp1.indexOf("——")!=-1){
title_tmp2=title_tmp1.split("——");
title_last=" —> "+title_tmp2[1];
if (title_last==" —> "){title_last=" —> "};
if (title_last==" —> "){title_last=" —> "};
}
}
title_new="情意的足跡"
step=0
function flash_title()
{
step++
if (step==11) {step=1}
if (step==1) {document.title='ⓐ◇◇◇◇◇'+title_new+'◇◇◇◇◇ⓐ'}
if (step==2) {document.title='◇ⓝ◇◇◇◇'+title_new+'◇◇◇◇ⓝ◇'}
if (step==3) {document.title='◇◇ⓖ◇◇◇'+title_new+'◇◇◇ⓖ◇◇'}
if (step==4) {document.title='◇◇◇ⓔ◇◇'+title_new+'◇◇ⓔ◇◇◇'}
if (step==5) {document.title='◇◇◇◇ⓛ◇'+title_new+'◇ⓛ◇◇◇◇'}
if (step==6) {document.title='◇◇◇◇◇ⓐ'+title_new+'ⓐ◇◇◇◇◇'}
if (step==7) {document.title='○○○○⊕○'+title_new+'○⊕○○○○'}
if (step==8) {document.title='○○○⊕○○'+title_new+'○○⊕○○○'}
if (step==9) {document.title='○○⊕○○○'+title_new+'○○○⊕○○'}
if (step==10) {document.title='○⊕○○○○'+title_new+'○○○○⊕○'}
setTimeout("flash_title()",500);
}
flash_title()
-->
</SCRIPT>


P.S.可修改的地方為此顏色


(二)):



語法:

<SCRIPT LANGUAGE="JavaScript">
var message = new Array();
<!--欲增加主題數, 設定 message[*] 即可-->
message[0] = "  ~這裡是情意的足跡~  ";
message[1] = " .....歡迎光臨..... "; <!--舉例>
message[2] = " ...情意的足跡... "; <!--舉例>
var reps = 2; <!--設定主題訊息前符號在每項訊息前重複來回次數-->
var speed = 200; <!--設定播放速度,數字越大速度越慢-->
<!--以下請勿更動-->
var p = message.length;
var T = "";
var C = 0;
var mC = 0;
var s = 0;
var sT = null;
if (reps < 1) reps = 1;
function doTheThing() {
T = message[mC];
A();
}
function A() {
s++;
if (s > 8) { s = 1;}
// you can fiddle with the patterns here...
if (s == 1) { document.title = '||||||====||| '+T+'||||||====|||'; }
if (s == 2) { document.title = '|||=|||===||| '+T+'|||=|||===|||'; }
if (s == 3) { document.title = '|||==|||==||| '+T+'|||==|||==|||'; }
if (s == 4) { document.title = '|||===|||=||| '+T+'|||===|||=|||'; }
if (s == 5) { document.title = '|||====|||||| '+T+'|||====||||||'; }
if (s == 6) { document.title = '|||===|||=||| '+T+'|||===|||=|||'; }
if (s == 7) { document.title = '|||==|||==||| '+T+'|||==|||==|||'; }
if (s == 8) { document.title = '|||=|||===||| '+T+'|||=|||===|||'; }
if (C < (8 * reps)) {
sT = setTimeout("A()", speed);
C++;
}
else {
C = 0;
s = 0;
mC++;
if(mC > p - 1) mC = 0;
sT = null;
doTheThing();
}
}
doTheThing();
</script>


P.S.可修改的地方為此顏色



狀態列(下方)

(一):



語法:

<SCRIPT Language="JavaScript">
msg = "歡迎光臨~情意的足跡~";
timeID = 10;
stcnt = 16;
wmsg = new Array(33);
wmsg[0]=msg;
blnk = "                       ";
for (i=1; i<32; i++)
{
b = blnk.substring(0,i);
wmsg[i]="";
for (j=0; j<msg.length; j++) wmsg[i]=wmsg[i]+msg.charAt(j)+b;
}
function wiper()
{
if (stcnt > -1) str = wmsg[stcnt]; else str = wmsg[0];
if (stcnt-- < -40) stcnt=31;
status = str;
clearTimeout(timeID);
timeID = setTimeout("wiper()",100);
}
wiper()
</SCRIPT>


P.S.可修改的地方為此顏色

(二):



語法:

<SCRIPT Language="JavaScript">
isIE4 = (navigator.appVersion.charAt(0)>=4 && (navigator.appVersion).indexOf("MSIE") != -1);
var m1= " 歡迎光臨~情意的足跡.................";
var msg=m1;
var msg=msg+msg;
function titnimation()
{
msg=msg.substring(2,msg.length)+msg.substring(0,2);
window.defaultStatus = msg;
}
if(isIE4) {
setInterval("titnimation()",400);}
</SCRIPT>

P.S.可修改的地方為此顏色


如需語法...請至原文取用...謝謝...

感謝◇◇◇◇ⓛ◇情意的足跡◇ⓛ◇◇◇◇提供... 

系列語法:

Blog ~ 語法║狀態列語法...1... 

Blog ~ 語法║狀態列語法...2... 

Blog ~ 語法║狀態列語法...3...



arrow
arrow
    全站熱搜

    celestecat 發表在 痞客邦 留言(0) 人氣()