FREE CODE Tuesday, 04.23.2024, 2:51 PM
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 » Cool Browser Effect! » Cool Browser Effect!
    Cool Browser Effect!
    faxuhiDate: Monday, 07.25.2011, 3:52 PM | Message # 1
    Colonel
    Group: Administrators
    Messages: 189
    Reputation: 0
    Status: Offline
    Code
    <html>
    <head>
    <meta http-equiv="Content-Language" content="en-us">

    <script>
    function drop(n) {
    if(self.moveBy){
    self.moveBy (0,-900);
    for(i = n; i > 0; i--){
    self.moveBy(0,3);
    }
    for(j = 8; j > 0; j--){
    self.moveBy(0,j);
    self.moveBy(j,0);
    self.moveBy(0,-j);
    self.moveBy(-j,0);
    }
    }

    }
    </script>
    <SCRIPT language="JavaScript">

    <!--

    var TrackRed= 0x00;   //(RED)   Replace the values after '0x' with the
    var TrackGreen= 0x00; //(GREEN) two-letter/number hexadecimal color codes
    var TrackBlue= 0x00;  //(BLUE)  in the BODY tag (after bgcolor=).

    function FadeTo(steps,red,green,blue)  
    {
             for (var i = 0; i <= steps; i++)  
             {
                     var endpart = i/steps;
                     var startpart = 1 - endpart;
                     document.bgColor =  
                     Math.floor(TrackRed * startpart + red * endpart)*256*256 +
                     Math.floor(TrackGreen * startpart + green * endpart)*256 +
                     Math.floor(TrackBlue * startpart + blue * endpart);
             }
             TrackRed=red; TrackGreen=green; TrackBlue=blue;

    }

    //-->

    </SCRIPT>

    <STYLE TYPE="text/css">
    <!--
    A {text-decoration:none;}
    A:hover {color:silver;}
    //-->
    </STYLE>

    </head>
    <body bgcolor="black" text="silver" link="silver"
    vlink="silver" alink="silver" onload="drop(300); FadeTo(50,0xFF,0xFF,0xFF);">
     
    Forum » Web Javascript » Cool Browser Effect! » Cool Browser Effect!
    • Page 1 of 1
    • 1
    Search:

    Copyright MyCorp © 2024 Website builderuCoz