BANNER EN MOVIMIENTO


Para hacer un banner con fotos en movimiento que os direccione al pinchar encima de la foto a una página que queráis y al poner el mouse encima os aparezca un nombre. Solo tenéis que pegar el siguiente código en un gadget HTML- JAVASCRIPT.

<div align="center">
<marquee direction="up" scrollamount="2" style="background- text-align: center; width:150px;height:150px;border:2px solid # F32424;padding:3px" onmouseover="this.scrollAmount='0'" onmouseout="this.scrollAmount='2'">
 <a href='URL  ENLACE' target='_blank' title='NOMBRE'><img border="0" height="150" src="URL IMAGEN" width="150" /></a>
 <a href='URL  ENLACE' target='_blank' title='NOMBRE'><img border="0" height="150" src="URL IMAGEN" width="150" /></a>
<a href='URL  ENLACE' target='_blank' title='NOMBRE'><img border="0" height="150" src="URL IMAGEN" width="150" /></a>
</marquee>
 </div>


Podéis cambiar la dirección ( “UP” ) subida por bajada( “down”), la velocidad ( scrollamount="2", a mayor sea el numero la velocidad aumenta ), el grosor del borde ( border:2px) y el color del borde  ( solid #F32424  ) ,  podéis cambiar el tamaño de alto y ancho ( height="150"  width="150" ) y cambiar el margen que hay desde la foto al borde (padding:3px )

Si queréis podéis aumentar poniendo antes de  </marquee>  el código,   <a href='URL  ENLACE' target='_blank' title='NOMBRE'><img border="0" height="150" src="URL IMAGEN" width="150" /></a>