Ver Mensaje Individual
  #4 (permalink)  
Antiguo 22/01/2009, 10:18
fiorella_liz
 
Fecha de Ingreso: noviembre-2008
Ubicación: lima
Mensajes: 148
Antigüedad: 15 años, 4 meses
Puntos: 0
Exclamación Respuesta: Detener el movimiento de una marquesina

hola a todos de nuevo.
Pues bien logré hacer esto.
Código PHP:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<
html xmlns="http://www.w3.org/1999/xhtml">
<
head>
<
meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<
title>Documento sin t&iacute;tulo</title>
</
head>

<
body>
<
marquee behavior="slide" direction="up" WIDTH "780" HEIGHT "100" BGCOLOR "blue">
<
font color="#FF0000" size="+3"><strong>PrueBa</strong></font>
</
marquee></body>
</
html
Pero lo que quiero es que despues que se detenga, vuelva a moverse de nuveo pero para que llame a otor contenido.

Alguien que me ayude?. gracias.