glow滤镜的使用
<SCRIPT>
function zap()
{
if(myimg.filters.glow.enabled==1)
{myimg.filters.glow.enabled=0;
}
if (myimg.filters.blendTrans.status==0)
{
myimg.filters.blendTrans.apply();
myimg.filters.glow.enabled=1;
myimg.filters.blendTrans.play();
}
}
</SCRIPT>
<html>
<bodystyle:"filter:blur(add=ture,direction=135,strength=10)">
<DIVid=myimg onclick=zap()
style="FILTER:glow(color=#ffff00,strength=20,enabled=0)
blendTrans(duration=2); FONT-SIZE: 54px; HEIGHT: 200px">
<pstyle:"filter:glow(color=#ffff00,strength=5)" >waveful.com</p>
</div>
</body>
</html>
廖世勇