FREE CODE Saturday, 04.20.2024, 4:57 AM
Main | Registration | Login Welcome Guest | RSS
[ New messages · Members · Forum rules · Search · RSS ]
۞Forum Statistics۞
NEW TOPPIV
HOT TOPPIC
TOP MEMBERS
NEW MEMBERS
  • check code here Have(0) reviews faxuhi
  • Keywords meta Tags Have(0) reviews faxuhi
  • text box Have(0) reviews faxuhi
  • Page description Have(0) reviews faxuhi
  • marquee Have(0) reviews faxuhi
  • print your page Have(0) reviews faxuhi
  • choose your country Have(0) reviews faxuhi
  • check all - unchek all Have(0) reviews faxuhi
  • shadow text Have(0) reviews faxuhi
  • Beautiful text two Have(0) reviews faxuhi
  • Nice menu with java script <p1> Have(2) reviews faxuhi
  • Mouse Clock Have(1) reviews faxuhi
  • check code here Have(0) reviews faxuhi
  • Keywords meta Tags Have(0) reviews faxuhi
  • text box Have(0) reviews faxuhi
  • Page description Have(0) reviews faxuhi
  • marquee Have(0) reviews faxuhi
  • print your page Have(0) reviews faxuhi
  • choose your country Have(0) reviews faxuhi
  • check all - unchek all Have(0) reviews faxuhi
  • faxuhi[189]Bài
  • mcsnagger0022[0]Bài
  • thinknoodles[0]Bài
  • karaganis888[0]Bài
  • faxuhi [189]Bài
  • mcsnagger0022 [0]Bài
  • thinknoodles [0]Bài
  • karaganis888 [0]Bài
    • Page 1 of 1
    • 1
    Forum » Web Javascript » Effect on text 2 » Effect on text 2
    Effect on text 2
    faxuhiDate: Sunday, 07.24.2011, 11:54 AM | Message # 1
    Colonel
    Group: Administrators
    Messages: 189
    Reputation: 0
    Status: Offline
    Code
    <HTML><HEAD>
    <meta http-equiv="Content-Language" content="en-us">
    <META http-equiv=Content-Type content="text/html; charset=windows-1252">
    <META content="Microsoft FrontPage 6.0" name=GENERATOR></HEAD>
    <BODY><SPAN id=pochenderText style="WIDTH: 100%">
    <H1 align="center"><font color="#FF0000">www.javascriptfreecode.com</font></H1></SPAN>
    <SCRIPT>

    var from = 4;              // minimalgr??e(pochen)
    var to = 12;               // maximalgr??e(pochen)
    var speed = 1;             // Geschwindigkeit (je kleiner der Wert, umso schneller pocht es)
    var textcolor = "#aabbdd";      // Farbe ausw?hlen (hexadezimalen code  od. Html-Farbname)
    var i = to;
    var j = 0;
       
    pd();
       
    function pu()
        {
        if (!document.all)
           return
        if (i < to)
           {
           pochenderText.style.filter = "Glow(Color=" + textcolor + ", Strength=" + i + ")";
           i++;
           theTimeout = setTimeout('pu()',speed);
           return 0;
           }
       
        if (i = to)
           {
           theTimeout = setTimeout('pd()',speed);
           return 0;
           }
        }
       
    function pd()
        {
        if (!document.all)
           return
        if (i > from)
           {
           pochenderText.style.filter = "Glow(Color=" + textcolor + ", Strength=" + i + ")";
           i--;
           theTimeout = setTimeout('pd()',speed);
           return 0;
           }
        if (i = from)
           {
           theTimeout = setTimeout('pu()',speed);
           return 0;
           }
        }
    // -->
    </SCRIPT>
    </BODY></HTML>
     
    Forum » Web Javascript » Effect on text 2 » Effect on text 2
    • Page 1 of 1
    • 1
    Search:

    Copyright MyCorp © 2024 Website builderuCoz