語法展示:: http://home.graffiti.net/frgttsgd/
請用IE6.0或更新版本觀看語法特效展示
將以下程式碼複製,貼在<body>及</body>標籤之間。
<center>
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td id="Font"><font face="細明體" size="4" color="#FFFFFF">紫蓮の翼 http://blog.pixnet.net/como0925
</font></td>
</tr>
</table>
</center>
自行修改文字的內容、字體、大小、顏色
將以下程式碼複製,貼在<head>及</head>標籤之間。
<script language="JavaScript">
<!--
var rate = 1000
var i = 0;
var F = 'F1';
function doThing() {
if (document.getElementById&&document.all) {
ok = true;
i++;
if (i==1) F = 'F1';
if (i==2) F = 'F2';
if (i==3) F = 'F3';
if (i==4) F = 'F4';
if (i==5) F = 'F5';
if (i==6) F = 'F6';
if (i==7) F = 'F7';
Font.className = F;
if (i > 6) i = 0;
timer = setTimeout('doThing()', rate);
}
}
-->
</script>
<style>
<!--
.F1 {filter: glow(Color=#FF4040,Strength=5);}
.F2 {filter: glow(Color=#FF9F40,Strength=5);}
.F3 {filter: glow(Color=#FFFF40,Strength=5);}
.F4 {filter: glow(Color=#40FF40,Strength=5);}
.F5 {filter: glow(Color=#4040FF,Strength=5);}
.F6 {filter: glow(Color=#9F40FF,Strength=5);}
.F7 {filter: glow(Color=#FF40FF,Strength=5);}
-->
</style>在 var rate = 1000 中修改變化的速度(每1秒=1000) 在 (Color=#FF4040,Strength=5) 中修改變化的顏色及燈光的強度
將以下程式碼複製,貼在<body >標籤裡面。
onLoad="doThing()"
留言列表