Ver Mensaje Individual
  #1 (permalink)  
Antiguo 19/11/2008, 12:57
rimobio
 
Fecha de Ingreso: diciembre-2007
Ubicación: Valencia
Mensajes: 92
Antigüedad: 16 años, 11 meses
Puntos: 3
Ampliar foto simplemente pasando el ratón

Código HTML:
<body>
<table width="565" height="349" border="0">
  <tr>
    <th height="242" scope="row">FOTO AMPLIADA </th>
  </tr>
  <tr>
    <th scope="row"><table width="584" height="92" border="0">
      <tr>
        <th width="143" scope="row">Foto1</th>
        <th width="137" scope="row">Foto2</th>
        <th width="104" scope="row">Foto3</th>
      </tr>
    </table></th>
  </tr>
</table>
</body>
</html> 
Bueno yo quiero que cuando el ratón pase por la foto1 esta foto se muestra tambien en la parte superior pero ampliada ?
asi con todas las fotos

¿es posible?