<div ,10);
Alpha=5;
I_Alpha=0.05;

function Alors(){
 Alpha=Alpha-I_Alpha;
 for (x=0;x<Nb;x++){
  Alpha1=Alpha+Decal*x;
  Cosine=Math.cos(Alpha1);
  Ob=document.all("L"+x);
  Ob.style.posLeft=Midx+70*Math.sin(Alpha1)+50;
  Ob.style.zIndex=20*Cosine;
  Ob.style.fontSize=Taille+15*Cosine;
  Ob.style.color="#CC0001";
 }
}

</script>
</div>


 

相关文章:

  • 2022-12-23
  • 2021-12-05
  • 2022-12-23
  • 2021-08-12
  • 2021-06-24
  • 2022-12-23
猜你喜欢
  • 2021-08-28
  • 2022-12-23
  • 2021-07-31
  • 2022-12-23
  • 2021-12-10
  • 2021-09-18
  • 2021-11-15
相关资源
相似解决方案