Français
<!-- http://www.downcodes.com --> <!-- bbs http://bbs.downcodes.com --> <!--Pour obtenir cet effet, deux étapes sont nécessaires La première étape. est : ajoutez le code suivant à la zone <head> --> <SCRIPT LANGUAGE="JavaScript1.2"> var intervals=2000 var sparksOn = true; var speed = 40; var documentWidth=documentHeight=randomx =randomy= leftcorner=topcorner=0 var ns=(document.layers); var ie=(document.all); var ns6=(document.getElementById&&!document.all); 10); var totalSparks = 0; function initAll(){ if(!ns && !ie &&!ns6){ sparksOn = false } setInterval("firework()",intervals) if (ns) document.captureEvents( Event.MOUSEDOWN | Event.MOUSEMOVE); for(dNum=0; dNum<7; ++dNum){ if(ie) allDivs[dNum]=eval('document.all.sDiv'+dNum+'.style'); else if ( ns6) allDivs[dNum]=document.getElementById('sDiv'+dNum).style; else allDivs[dNum]=eval('document.layers["sDiv'+dNum+'"]'); firework() { //le code ci-dessous détecte les dimensions du navigateur if (ie){ documentWidth=document.body.clientWidth documentHeight=document.body.clientHeight leftcorner=document.body.scrollLeft topcorner=document.body.scrollTop } else if (ns ||ns6 ){ documentWidth=window.innerWidth documentHeight=window.innerHeight leftcorner=pageXOffset topcorner=pageYOffset } //Le code ci-dessous génère de manière aléatoire un ensemble de coordonnées qui tombent dans la dimension randomx=leftcorner+Math.floor(Math.random() *documentWidth) randomy=topcorner+Math.floor(Math.random()*documentHeight) if(sparksOn){ if(!sparksAflyin){ sparksAflyin=true; totalSparks=0; spark++){ dx=Math.round(Math.random()*50); dy=Math.round(Math.random()*50); moveTo(spark,randomx,randomy,dx,dy); function moveTo( i,tempx,tempy,dx,dy){ if(ie){ if(tempy+80>(document.body.offsetHeight+document.body.scrollTop)) tempy=document.body.offsetHeight+document.body .scrollTop- 80 ; if(tempx+80>(document.body.offsetWidth+document.body.scrollLeft)) tempx=document.body.offsetWidth+document.body.scrollLeft-80 } else if(ns6){ if( tempy+80 >(window.innerHeight+pageYOffset)) tempy=window.innerHeight+pageYOffset-80; if(tempx+80>(window.innerWidth+pageXOffset)) tempx=window.innerWidth+pageXOffset-80 } if(tempx; >-50&&tempy >-50){ tempx+=dx;tempy+=dy; allDivs[i].left=tempx; allDivs[i].top=tempy; dx-=power;dy-=power; +i+" ,"+tempx+","+tempy+","+dx+","+dy+")",speed) } else ++totalSparks if(totalSparks==7){ sparksAflyin=false; totalSparks=0; } window.onload=initAll </script> <style> #sDiv0 {position:absolute; width:1; font-family:arial black; ;} # sDiv1 {position : absolu ; hauteur : 1 ; largeur : 1 ; police-famille : arial noir ; couleur : rouge ; z-index ; 1 ; largeur : 1 ; famille de polices : arial noir ; taille de police : 15px ; couleur : bleu-index : 11; noir ; taille de la police : 15 px ; couleur : orange ; indice z : 12 ;} #sDiv4 {position : absolue ; largeur : 1 ; ; z- index : 13 ;} #sDiv5 {position : absolu ; hauteur : 1 ; font-family : arial black ; couleur : vert clair ; position:absolute ; width:1; font-family:arial black; font-size:15px; z-index:15;} </style> <!--Étape 2 : ajoutez ce qui suit coder vers <body>Dans la zone--> <div id="sDiv0">*</div> <div id="sDiv1">*</div> <div id="sDiv2">*</div> <div id="sDiv3">*</div> <div id="sDiv4">*</div> <div id="sDiv5">*</div> <div id="sDiv6">*</ div>