語法展示:: http://home.graffiti.net/esgrrgfrg/
請用IE6.0或更新版本觀看語法特效展示
將以下程式碼複製,貼在<body>及</body>標籤之間。
<center>
<script language="JavaScript">
<!--
function glowit(which){
if (document.all.glowtext[which].filters[0].strength==9)
document.all.glowtext[which].filters[0].strength=6
else
document.all.glowtext[which].filters[0].strength=9
}
function glowit2(which){
if (document.all.glowtext.filters[0].strength==9)
document.all.glowtext.filters[0].strength=6
else
document.all.glowtext.filters[0].strength=9
}
function startglowing(){
if (document.all.glowtext&&glowtext.length){
for (i=0;i<glowtext.length;i++)
eval('setInterval("glowit('+i+')",150)')
}
else if (glowtext)
setInterval("glowit2(0)",150)
}
if (document.all)
window.onload=startglowing
-->
</script>
<span id="glowtext"><font face="標楷體" size="7" color="#FFFF00">紫蓮の翼 http://blog.pixnet.net/como0925</font></span>
</center>
將以下程式碼複製,貼在<head>及</head>標籤之間。
<style>
<!--
#glowtext{
filter:glow(color=FF0000,strength=3);
width:100%;
}
-->
</style>
留言列表