Si no la tenemos. Vamos a Diseño, Edición de HTML y justo arriba de </head>
Poner el siguiente código:
<script src='http://www.google.com/jsapi' type='text/javascript'/>
<script>
google.load("prototype", "1.6.0.3");
google.load("scriptaculous", "1.8.2");
</script>
Después para darle el efecto solo agregar la siguiente línea a los link:
onMouseOver='new Effect.Pulsate(this);'
Ejemplo en link de texto:
<a href='http://.....URL......com/' onMouseOver='new Effect.Pulsate(this);'>LINK</a>
Ejemplo en link de una imagen:
<a href='http://.....URL......com/' onMouseOver='new Effect.Pulsate(this);'><img src="URL IMAGEN"/></a>
Si tienen la librería llamada jQuery no utilizar Scriptaculous ni este efecto.
0 comments:
Post a Comment