jueves, 13 de marzo de 2008

TEXTO QUE PERSIGUE AL PUNTERO DEL RATÓN

Si quereis decorar un poco el puntero del ratón y hacer algo atípico para llamar la atención, podeis colocar una frase o palabra que siga a vuestro puntero.

Es tan fácil como copiar el siguiente código en vuestra plantilla:

<!– //anything follows cursor //by gary //put anything you want in this var and it will follow the cursor var follow=’TrucosBlogger.com’ //don’t change anything below if (document.all){document.write(’</p> <div style=”position:absolute;visibility:hidden;”>’+follow+’</div> <p>’)}</p> <p>function followcursor(){if (document.all){curscroll.style.visibility=”visible”}curscroll.style.left=document.body.scrollLeft+event.clientX+10curscroll.style.top=document.body.scrollTop+event.clientY+0}document.onmousemove=followcursor</p> <p>//–>

Este truquín está sacado de http://www.trucosblogger.es/

No hay comentarios: