|
发表于 2010-9-14 09:31:26
|
显示全部楼层
<html>
<head>
<title>
荡漾文字
</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body>
<div id="Zittertext" style="width:100%; font-size:42pt; font-weight:bold; color:red;
filter:Wave(freq=15, light=2, phase=8, strength=5);">
楼主在西安做什么工作?
</div>
<script language="JavaScript">
<!--
function DynWave()
{
if(document.all.Zittertext.filters[0].freq > 30)
document.all.Zittertext.filters[0].freq = 15;
document.all.Zittertext.filters[0].freq += 1;
if(document.all.Zittertext.filters[0].phase > 80)
document.all.Zittertext.filters[0].phase = 11;
document.all.Zittertext.filters[0].phase += 1;
if(document.all.Zittertext.filters[0].strength > 1)
document.all.Zittertext.filters[0].strength = 1;
document.all.Zittertext.filters[0].strength += 1;
window.setTimeout("DynWave()",50);
}
DynWave();
// -->
</Script>
</body>
|
|