Ver Mensaje Individual
  #7 (permalink)  
Antiguo 24/01/2003, 07:55
Avatar de tunait
tunait
Moderadora
 
Fecha de Ingreso: agosto-2001
Ubicación: Terok Nor
Mensajes: 16.805
Antigüedad: 23 años, 4 meses
Puntos: 381
Bueno, prueba agregando esto a la función boton()


function boton()
{

document.getElementById('boton').style.visibility= 'visible'
document.getElementById('boton').style.position='r elative'

}

Y esto a tu botón:

<input id="boton" style="visibility:hidden;position:absolute" type=button value="Otra vez" onClick="rotaimagen();this.style.visibility='hidde n';this.style.position='absolute'">

Pero la imagen se desplaza cuando aparece el botón.