日本語
<!-- http://www.downcodes.com --> <!-- bbs http://bbs.downcodes.com --> <!-- 次のコードを <body> 領域に追加します。 注:画像 独自の画像を選択できます --> <body background="Back" bgproperties=fixed link="#FF6699" vlink="#FF9999"> <script> <!-- Begin var Snowsrc="/u/info_img/2009 -06/20 /9501_logo.gif"//画像のカスタマイズ var no = 11; // 雪の数 var Speed = 11; // 数値が小さいほど、雪の移動が速くなります var ns4up = (document.layers) ? 1 : 0; //ブラウザスニッファ var ie4up = (document.all) ? 1 : 0; var dx, xp, yp; // 振幅とステップ変数 var i, doc_width = 1000 1200; if (ns4up) { doc_width = self.innerWidth; } else if (ie4up) { doc_width = document.body.clientHeight; } xp = 新しい配列 (); yp = 新しい配列 (); stx = 新しい配列 (); for (i = 0; i < no; ++ i) dx[i] = 0; // 座標変数を設定 xp[i] = Math.random()*(doc_width-50); // 位置変数を設定 yp[i] = Math.random()*doc_height; ] = Math.random()*20; // 振幅変数を設定します stx[i] = 0.02 + Math.random()/10; // ステップ変数を設定します sty[i] = 0.7 + Math.random(); set step variables if (ns4up) { // レイヤーを設定 if (i == 0) { document.write("<layer name="dot"+ i +"" left="15" top=" 15" Visibility ="show"><img src='"+snowsrc+"' border="0"></layer>") } else { document.write("<layer name=" dot"+ i +"" left="15" top="15" Visibility="show"><img src='"+snowsrc+"' border="0"></ Layer>") ; } } else if (ie4up) { if (i == 0) { document.write("<div id="dot"+ i +"" style="POSITION: 絶対; Z-インデックス: "+ i +"; 上: 15 ピクセル;"><img src='"+snowsrc+"' border="0"></a></div>" ); } else { document.write("<div id="dot"+ i +"" style="POSITION: 絶対; Z-INDEX: "+ i +"; VISIBILITY: 表示; TOP: 15px; LEFT: 15px; "><img src='"+snowsrc+"' border="0"></div>") } } } function SnowNS() { // Netscape のメイン アニメーション関数 (i = 0; i < no; ++ i) { // ドットごとに反復 yp[i] += sty[i]; if (yp[i] > doc_height-50) { xp[i] = Math.random() *(doc_width-am[i]-30); yp[i] = 0.02 + Math.random()/10; sty[i] = 0.7 + Math.random(); .innerWidth = self.innerHeight; } dx[i] += stx[i].top = yp[i]; left = xp[ i] + am[i]*Math.sin(dx[i]); } setTimeout("snowNS()", 10) } function SnowIE() { // IE のメイン アニメーション関数 (i = 0; i < no; ++ i) { // ドットごとに反復 yp[i] += sty[i]; if (yp[i] > doc_height-50) { xp[i] = Math.random() *(doc_width-am[i]-30); yp[i] = 0.02 + Math.random()/10; sty[i] = 0.7 + Math.random(); .body.clientWidth = document.body.clientHeight } dx[i] += stx[i]; document.all["dot"+i].style.pixelTop = yp[i]; dot"+i ].style.pixelLeft = xp[i] + am[i]*Math.sin(dx[i]); } setTimeout("snowIE()", 10); } if (ns4up) { SnowNS( ); } else if (ie4up) { SnowIE() } </script> </body>