Español
<!-- http://www.downcodes.com --> <!-- bbs http://bbs.downcodes.com --> <!--Agregue el siguiente código al área <body> Nota: Imagen Puede elegir la suya propia --> <body background="Back" bgproperties=fixed link="#FF6699" vlink="#FF9999"> <script> <!-- Begin var snowsrc="/u/info_img/2009 -06/20 /9501_logo.gif"//Personalización de imagen var no = 11; // número de nieve var speed = 11; // un número menor mueve la nieve más rápido var ns4up = (document.layers) ? 1 : 0; // rastreador de navegador var ie4up = (document.all) ? 1 : 0; var dx, xp, yp; // variables de coordenadas y posición var am, stx, sty // variables de amplitud y paso var i, doc_width = 1000, doc_height = 1200; si (ns4up) { doc_width = self.innerWidth; doc_height = self.innerHeight; } else if (es decir,4up) { doc_width = document.body.clientWidth; doc_height = document.body.clientHeight; xp = nueva matriz (); yp = nueva matriz(); soy = nueva matriz(); stx = nueva matriz(); sty = nueva matriz(); dx[i] = 0; // establece las variables de coordenadas xp[i] = Math.random()*(doc_width-50); // establece las variables de posición yp[i] = Math.random()*doc_height; ] = Math.random()*20; // establecer variables de amplitud stx[i] = 0.02 + Math.random()/10; // establecer variables de paso sty[i] = 0.7 + Math.random(); establecer variables de paso if (ns4up) { // establecer capas if (i == 0) { document.write("<nombre de capa="dot"+ i +"" left="15" top=" 15" visibilidad ="show"><img src='"+snowsrc+"' border="0"></layer>"); else { document.write("<nombre de capa=" punto"+ i +"" left="15" top="15" visibilidad="show"><img src='"+snowsrc+"' border="0"></ capa>") ; } } else if (ie4up) { if (i == 0) { document.write("<div id="punto"+ i +"" estilo="POSICIÓN: absoluta; Z- ÍNDICE: "+ i +"; VISIBILIDAD: visible; ARRIBA: 15px; IZQUIERDA: 15px;"><img src='"+snowsrc+"' border="0"></a></div>" ); } else { document.write("<div id="punto"+ i +"" estilo="POSICIÓN: absoluta; ÍNDICE Z: "+ i +"; VISIBILIDAD: visible; ARRIBA: 15px; IZQUIERDA: 15px; "><img src='"+snowsrc+"' border="0"></div>"); } } } function snowNS() { // Función de animación principal de Netscape para (i = 0; i < no; ++ i) { // iterar para cada punto yp[i] += sty[i]; if (yp[i] > doc_height-50) { xp[i] = Math.random() *(doc_width- am[i]-30); yp[i] = 0; stx[i] = 0,02 + Math.random()/10; sty[i] = 0,7 + Math.random(); .innerWidth; doc_height = self.innerHeight; } dx[i] += stx[i]; document.layers["punto"+i].top = yp[i]; left = xp[ i] + am[i]*Math.sin(dx[i]); } setTimeout("snowNS()", 10 } function snowIE() { // Función de animación principal de IE para (i =) 0; i < no; ++ i) { // iterar para cada punto yp[i] += sty[i]; if (yp[i] > doc_height-50) { xp[i] = Math.random() *(doc_width- am[i]-30); yp[i] = 0; stx[i] = 0,02 + Math.random()/10; sty[i] = 0,7 + Math.random(); .body.clientWidth; doc_height = document.body.clientHeight; } dx[i] += stx[i]; document.all["punto"+i].style.pixelTop = yp[i]; punto"+i ].style.pixelLeft = xp[i] + am[i]*Math.sin(dx[i]); } setTimeout("snowIE()", 10); } if (ns4up) { snowNS( ); si no (ie4up) { nieveIE() } </script> </body>