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

Código HTML:
</head>

<body>
<table width="565" height="349" border="0">
  <tr>
    <th height="242" scope="row"><img  name="a" src="h.bmp" /></th>
  </tr>
  <tr>
    <th scope="row"><table width="584" height="92" border="0">
      <tr>
        <th width="143" scope="row"><img src="p.bmp" onmouseover = "a.src=g.bmp" /></th>
        <th width="137" scope="row"><img src="t.bmp" onmouseover = "a.src=g.bmp" /></th>
        <th width="104" scope="row"><img src="g.bmp" onmouseover = "a.src=g.bmp" /></th>
      </tr>
    </table></th>
  </tr>
</table>
</body>
</html> 
tengo esto supongo que name="a" a sera la varible por eso he puesto despues que se cambien la src de a .. por tal imagen... bueno eso no me funciona ??