close
語法說明:

1.在 style='position:relative;width:450px;height:50px;font-family:細明體;font-size:30px;color:#0080FF' 中作文字的設定,依序為:特效的寬度、特效的高度、文字的字體、文字的大小、文字的顏色
2.請自行修改文字的內容


<!--波浪文字_開始-->
<body onLoad="if (document.all)test()">
<script language=JavaScript>
<!--
if (document.layers)
 {
 alert("對不起,你的瀏覽器不支持此程式碼特效。");
 opener.gO();window.close();
 }
else
if (document.all){
var step=3;
var xstep=0;
var msg='歡迎光臨小林工作室';
document.write("<center><div id='water' style='position:relative;width:450px;height:50px;font-family:細明體;font-size:30px;color:#0080FF'>"+msg+"</div></center>");
function test(){
document.all.water.style.filter='wave(freq=3, strength=5, phase='+xstep+', lightstrength=45, add=0, enabled=1)';
xstep+=step;
TIMER=setTimeout('test()',10);
}
}
-->
</script>
<!--波浪文字_結束-->
arrow
arrow
    全站熱搜

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