Ver Mensaje Individual
  #2 (permalink)  
Antiguo 09/07/2002, 14:18
Avatar de CORE
CORE
Usuario no validado
 
Fecha de Ingreso: abril-2002
Ubicación: Merida
Mensajes: 2.165
Antigüedad: 22 años, 2 meses
Puntos: 3
Re: banner flotante

Necesitas hacerlo con el time line de DREAMWEAVER para que salga a tu gusto

o

<DIV STYLE="position:absolute;top:1px;left:1px&quo t; id="rex">
<IMG SRC="tuimagen.gif ">
</DIV>
<SCRIPT LANGUAGE="javascript">
<!--misCodigos.com
var hasta = screen.width;
var height = screen.height;
rex.style.posLeft = 0;
rex.style.posTop = (height-258);

function mover()
{
if(rex.style.posLeft < document.body.clientWidth)
{
rex.style.posLeft = rex.style.posLeft + 20;
var tiempo = setTimeout("mover()",100);
}
else
{
clearTimeout(tiempo);
}
}
document.body.style.overflowX = "hidden";
mover();
//-->
</SCRIPT>

Script Gracias a <a href='ir.asp?http://www.miscodigos.com' target='_blank'>http://www.miscodigos.com...</a>

<a href="http://www.nacos.com.mx" target="_blank"><img src="http://usuarios.lycos.es/controlaltsupr/nak.gif" width="438" height="75" border="0"></a>