بارش برف
این کد به درد صفحه های تیره میخوره
<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <meta name="GENERATOR" content="Microsoft FrontPage 5.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <style>.drop { FONT-SIZE: 44px; FILTER: flipV(), flipH(); WIDTH: 3px; COLOR: red; POSITION: absolute } </style> <script language="javascript"> snow = true; // false-rain; true-snow snowsym = ". " //These are the symbols for each rainsym = " . " //You can put images here. howmany = 30 //How many drops/snowflakes? if(snow){sym = snowsym; speed=1; angle=5; drops=howmany} else{sym = rainsym; speed=50; drops=howmany; angle=6} movex = -speed/angle; movey = speed; count = 0; function moverain(){ for(move = 11; move < drops; move++){ xx[move]+=movex; yy[move]+=mv[move]; hmm = Math.round(Math.random()*1); if(xx[move] < 0){xx[move] = maxx+11;} if(yy[move] > maxy){yy[move] = 10;} drop[move].left = xx[move] drop[move].top = yy[move]+document.body.scrollTop; }setTimeout('moverain()','1')} </script> <script language="javascript"> if (document.all){ drop = new Array(); xx = new Array(); yy = new Array(); mv = new Array() ly = "document.all[\'"; st = "\'].style" for(make = 0; make < drops; make++){ document.write('<div id="drop'+make+'" class=drop>'+sym+'</div>'); drop[make] = eval(ly+'drop'+make+st); maxx = document.body.clientWidth-40 maxy = document.body.clientHeight-40 xx[make] = Math.random()*maxx; yy[make] = -100-Math.random()*maxy; drop[make].left = xx[make] drop[make].top = yy[make] mv[make] = (Math.random()*5)+speed/1; drop[make].fontSize = (Math.random()*10)+50; if(snow){col = 'white'}else{col = 'blue'} drop[make].color = col; } window.onload=moverain } </script> </html> </head> <body bgcolor="#000000"> <p align="center" dir="ltr"> </p> </body></body> </html>
RSS
Copyright © 2006 - Designer: مجتبي شعباني