Free Web Hosting Provider
-
Web Hosting
-
E-commerce
-
High Speed Internet
-
Free Web Page
Search the Web
لو سمحت اضغط هنا
اظغط هنا لتضليل الكود
<HTML> <HEAD> <META NAME="GENERATOR" Content="Microsoft Developer Studio"> <META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1"> <TITLE>combined visual effect and transition</TITLE> <script> function Zap() { // if we come in here again, turn the glow off to reapply it with the transition if ( myimg.filters.glow.enabled == 1 ) { myimg.filters.glow.enabled = 0; } // make sure the transition isn't already running if ( myimg.filters.blendTrans.status == 0 ) { // Produce a gradual glow effect myimg.filters.blendTrans.Apply(); myimg.filters.glow.enabled=1; myimg.filters.blendTrans.Play(); } } </script> </HEAD> <BODY bgcolor=black text=red> <div id=myimg onclick="Zap()" style="font-size:60; height:200; filter:glow(color=#00fff0, strength=6, enabled=0) blendTrans(duration=2)"> لو سمحت اضغط هنا </div> </BODY> </HTML>