Ver Mensaje Individual
  #5 (permalink)  
Antiguo 20/01/2010, 13:04
betodaniel61
Usuario no validado
 
Fecha de Ingreso: abril-2009
Ubicación: Buenos Aires
Mensajes: 413
Antigüedad: 15 años
Puntos: 3
Respuesta: Mostrar Fotos en otra parte de la pantalla

Amigo, nos estamos acercando pero no hace nada cuando paso el mouse por las imagenes, en la imagen le saque el src pero tampoco funciona.
Si se puede una ayuda mas muy agradecido

<body>
<img src="01.jpg" width="120" height="90" onmouseover=document.getElementById("imagen_mayor" ).src="101,jpg";"/>
<img src="02.jpg" width="120" height="90" onmouseover=document.getElementById("imagen_mayor" ).src="102,jpg";"/>
<img src="03.jpg" width="120" height="90" onmouseover=document.getElementById("imagen_mayor" ).src="103,jpg";"/>
<img src="04.jpg" width="120" height="90" onmouseover=document.getElementById("imagen_mayor" ).src="104,jpg";"/>
<img width="585" height="422" id="imagen_mayor"/>
</body>