Português
<!-- 请将下面的原代码插入到<body>下面--> <script language="JavaScript"> <!-- /****** Coisas que você pode mudar *****/ msg= "欢迎光临建站学院"; msgSize=4;//1-7 FoNt='Arial'; CoLoR='777777'; velocidade=2; /****** Coisas que você não deve mudar *****/ ns=(document.layers)?1:0; msg=msg.split(''),amount=msg.length,Y=0,X=0,ypos=0,xpos=0,ybase=new Array(),xbase=new Array(); ângulo = new Array(),divTop= new Array(),divLeft=new Array(); DocHeight=(document.layers)?window.innerHeight:window.document.body.offsetHeight; DocWidth=(document.layers)?window.innerWidth:window.document.body.offsetWidth; //colocação inicial da camada! for (i=0; i <quantidade; i++){ divTop[i]=Math.round(Math.random()*DocHeight); divLeft[i]=Math.round(Math.random()*DocWidth); } if (ns){ for (i = 0; i < quantidade; i++) {document.write('<nome da camada=nsd'+i+' top=0 left=0 width='+msgSize+' height='+msgSize+ '><font face='+FoNt+' size='+msgSize+' color='+CoLoR+'>'+msg[i]+'</font></layer>');} window.captureEvents(Event.MOUSEMOVE ); função nsMouse(evnt){ ypos = evnt.pageY-20; xpos = evento.páginaX-10; } window.onMouseMove = nsMouse; } else{ document.write('<div id="hldr" style="position:absolute;top:0px;left:0px">') document.write('<div style="position:relative">') for (i=0; i < quantidade; i++) {document.write('<div id=ied style="posição:absolute;top:0px;esquerda:0px;largura:'+msgSize+';altura:'+msgSize+ '"><font face='+FoNt+' size='+msgSize+' color='+CoLoR+'>'+msg[i]+'</font></div>')} document.write('</ div></div>') function ieMouse(){ ypos = event.y-20; xpos = evento.x-10; } document.onmousemove = ieMouse; } função GoToMouse(){ var DocHeight=(document.layers)?window.innerHeight:window.document.body.offsetHeight; var DocWidth=(document.layers)?window.innerWidth:window.document.body.offsetWidth; var iscrll=(document.all)?document.body.scrollTop:0; var nscrll=(document.layers)?window.pageYOffset:0; if (!ns)hldr.style.top=iscrll; for (i=0; i < quantidade; i++){ Y = ypos - divTop[i]; X = xpos - divEsquerda[i]; ângulo[i] = Math.round(Math.atan2(Y,X) * 180/Math.PI); if (ângulo[i] < 0) ângulo[i] += 360; ybase[i]=Math.round(Math.random()*DocHeight); xbase[i]=Math.round(Math.random()*DocWidth); rep=Math.round(Math.random() * 3); extra=Math.round(Math.random() * 200) if (rep == 3)xbase[i] =-extra; if (rep == 2)xbase[i] =DocWidth+extra; if (rep == 1)ybase[i] =-extra; if (rep == 0)ybase[i] =DocHeight; y = Math.round(velocidade*Math.sin(ângulo[i]*Math.PI/180)); x = Math.round(velocidade*Math.cos(ângulo[i]*Math.PI/180)); divTop[i]+=y; divEsquerda[i]+=x; if ((divLeft[i] > xpos-velocidade) && (divLeft[i] < xpos+velocidade/1.5) && (divTop[i] >= ypos-velocidade/1.5) && (divTop[i] <= ypos+velocidade /1.5)) {divTop[i]=ybase[i]+nscrll;divLeft[i]=xbase[i]} var camada=(document.layers)?document.layers['nsd'+i]:ied[i ].estilo; camada.top=divTop[i];layer.left=divLeft[i]; } S=setTimeout('GoToMouse()',10); } window.onload=GoToMouse; //--> </script>