Efecto marquee frena cuando pasas el mouse por arriba html - FORO - www.unViciomas.com

Pertenece al Grupo " Visitante "     MP MP( )   
Elige un Tema y Crea tu Post!




  • Página 1 de 1
  • 1
FORO - www.unViciomas.com » TUTORIALES Y AYUDAS # » T. Para Internet o Webs » Efecto marquee frena cuando pasas el mouse por arriba html
Efecto marquee frena cuando pasas el mouse por arriba html
unViciomás
Fecha: Viernes, 17/06/2011, 4:54 AM | Link del Mensaje # 1

Oficial
STATUS: Offline
POSTS:
2215

PREMIOS:
0

REPUTACIÓN:
2

OBSERVACIONES:

RANGO:

Efecto Marquee frena cuando pasas el mouse por arriba html



          


DIRECCIÓN: se utiliza para modificar la dirección hacia la que se dirige el texto. Puede ser left, right, up o down

Code
<marquee direction="left" onmouseover="this.stop()" onmouseout="this.start()">


TIEMPO: Con el atributo SCROLLDELAY se define el tiempo entre cada movimiento expresado en milisegundos

Code
<marquee direction="left" scrolldelay="200" onmouseover="this.stop()" onmouseout="this.start()">


Code
<marquee onmouseover="this.stop()" onmouseout="this.start()">
<a href="http://www.facebook.com/" target="_blank"> <img src="http://unviciomas.com/Imagenes/otras/facebook-logo-57.png" width="191" height="34" /></a>
    <a href="http://twitter.com" target="_blank"><img src="http://unviciomas.com/Imagenes/otras/twitter-logo-57.png" width="158" height="33" /></a><a href="http://www.youtube.com/user/wwwfilesharingclansu" target="_blank"><img src="http://unviciomas.com/Imagenes/otras/Youtube-logo-57.png" width="86" height="35" /></a>
    </marquee>


¿Podemos controlar una marquesina mientras se ejecuta? Aquí hay un ejemplo simple, mediante dos pseudo-botones, logramos cambiarle la dirección:

Code
<marquee id="ejemplo" direction="up">
    ... contenido ...
</marquee>

<a href="javascript:void(0);" onclick="getElementById('ejemplo').direction='down';">
    Hacia abajo
</a>
<a href="javascript:void(0);" onclick="getElementById('ejemplo').direction='up';">
    Hacia arriba
</a>




AYUDA A LA PAGINA, REGISTRATE!!

Un Vicio Mas - File Sharing


Compartir en:
 
FORO - www.unViciomas.com » TUTORIALES Y AYUDAS # » T. Para Internet o Webs » Efecto marquee frena cuando pasas el mouse por arriba html
  • Página 1 de 1
  • 1
Búscar:






Registrate y sube tus Posts Gracias por Registrarte! Ya puedes Subir lo que mas te Guste!!



Copyright UnVicioMás © 2024 Contáctenos