GLOWING TEXT |
| <html> <head> <title>א"ב בבנית אתרים</title> <style> <!-- #glowtext{ filter:glow(color=00FFFF,strength=3); width:100%; } --> </style> <script language="JavaScript1.2"> function glowit(which){ if (document.all.glowtext[which].filters[0].strength==3) document.all.glowtext[which].filters[0].strength=2 else document.all.glowtext[which].filters[0].strength=3 } function glowit2(which){ function startglowing(){ if (document.all)
<body > <center><span id="glowtext"><h2>GLOWING
TEXT</h2></SPAN></center> </body> |