你们到一些blog会看到 那个标题会移动的吧~
那怎样让它移动呢~~~~~((((看以下教学吧~~:)
1. 打开设计> 添加小工具> HTML/ Javascript
2. 然后copy以下代码~~
<script type="text/javascript">
//Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
function tb1_makeArray(n){
this.length = n;
return this.length;
}
tb1_messages = new tb1_makeArray(1);
tb1_messages[0] = "你要输入的文字";
tb1_bln = 0;
tb1_rptType = 'infinite';
tb1_rptNbr = 5;
tb1_speed = 350;
tb1_counter=1;
tb1_timer = null;
tb1_last = 1;
tb1_st='';
tb1_currMsg = 0;
function tb1_scrolltitle(){
if (tb1_last > tb1_messages[tb1_currMsg].length){
if (tb1_st.length == 0){
tb1_last=1;
if (tb1_currMsg == tb1_messages.length-1){
if ((tb1_rptType == 'finite') && (tb1_counter==tb1_rptNbr)){
clearTimeout(tb1_timer);
return;
}
tb1_counter++;
tb1_currMsg=0;
}
else{
tb1_currMsg++;
}
}
else{
tb1_st=tb1_st.substring(1,tb1_st.length);
}
}
else{
tb1_st = tb1_messages[tb1_currMsg].substring(0, tb1_last);
for (var i=0; i<=(tb1_bln+tb1_messages[tb1_currMsg].length-tb1_last); i++)
tb1_st="_"+tb1_st;
tb1_last++;
}
document.title = tb1_st;
tb1_timer = setTimeout("tb1_scrolltitle()", tb1_speed);
}
tb1_scrolltitle();
</script>
3.然后按保存就行了~~
红色文字就是你的标题~~~(可更改)
转载记得通知吖~我写到很辛苦的~ T3T
如果你们不通知,我会哭的哦~~~ T 3 T
沒有留言:
張貼留言