Texto que sigue al ratón |
Post Reply |
Author | |
Programador
Expert@ Joined: 09 Mayo 2009 Location: San Pedro Alc. Status: Offline Points: 54 |
Post Options
Thanks(0)
Posted: 09 Mayo 2009 at 3:01pm |
Divertido efecto en el que un texto predeterminado sigue al mouse:
<html>
<head><title>Tutores.org</title> <script type="text/javascript"> function cursor() { trail.style.visibility="visible" trail.style.position="absolute" trail.style.left=event.clientX+10 trail.style.top=event.clientY } </script> </head> <body onmousemove="cursor()"> Mueve el cursor por esta pagina <span id="trail" style="visibility:hidden">Tutores.org</span> </body> </html> |
|
Sponsored Links | |
Post Reply | |
Tweet |
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You can vote in polls in this forum |