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


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


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

<script language="JavaScript">
<!--
function initArray() {
for (var i = 0; i < initArray.arguments.length; i++) {
this[i] = initArray.arguments[i];
}
this.length = initArray.arguments.length;
}
var colors = new initArray(
"#FF0000",
"#FF8000",
"#FFFF00",
"#00FF00",
"#0000FF",
"#8000FF",
"#FF00FF");
delay = 0.5;
link = 0;
vlink = 2;
function linkDance() {
link = (link+1)%colors.length;
vlink = (vlink+1)%colors.length;
document.linkColor = colors[link];
document.vlinkColor = colors[vlink];
setTimeout("linkDance()",delay*1000);
}
linkDance();
-->
</script>

delay = 0.5; 中修改變化的速度
自行修改變化的顏色
 


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


<center>
<a href="http://tw.yahoo.com/" target="_blank">奇摩</a>
<a href="http://chinese.yahoo.com/" target="_blank">雅虎</a>
<a href="http://www.yam.com/" target="_blank">蕃薯藤</a>
<a href="http://www.sina.com.tw/" target="_blank">新浪網</a>
<a href="http://www.pchome.com.tw/" target="_blank">PChome</a>
<a href="http://blog.pixnet.net/como0925" target="_blank">紫蓮の翼</a>
</center>


arrow
arrow
    全站熱搜

    紫蓮の翼 發表在 痞客邦 留言(0) 人氣()