語法展示::  http://home.graffiti.net/gfhfdhfr/


請用IE6.0或更新版本觀看語法特效展示

將以下程式碼複製,貼在<body>及</body>標籤之間。


<center>
<a href="http://blog.pixnet.net/como0925" target="_blank" onMouseOver="greenlight(this)"; onMouseOut="stp(this)"><span id="esh">紫蓮の翼</span></a>
</center>



自行修改連結的文字與連結的位置


將以下程式碼複製,貼在<head>及</head>標籤之間。


<script language="JavaScript">
<!--
var a,b,go,word;
function greenlight(word){
a="紫蓮の翼~有空來逛逛";
word.style.color="9933FF";
linkSwitch();
}
function linkSwitch(){
clearTimeout(go);
b=a;
a=a.substring(1,100)+a.charAt(0);
esh.innerText=a;
go=setTimeout("linkSwitch()",100);
}
function stp(word){
clearTimeout(go);
esh.innerText="要記得回來灌灌水喔";
word.style.color="blue";
}
-->
</script>


在a="紫蓮の翼~有空來逛逛"; 中修改訊息的文字
esh.innerText="要記得回來灌灌水喔";
中修改游標移開後顯示的文字

arrow
arrow
    全站熱搜

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