Hola amigos:
Necesito hacer un menu para que cuando pasen el raton sobre la imagen, la misma cambie por otra.
El menu ya lo tengo listo, y es el que copio abajo, pero me falta saber que es lo que tengo que escribir en el Head para que el efecto funcione con rapidez, como corresponde.
Este es el menu que hice:
<tr>
<td><a href="bayit.htm" onMouseOver="if (document.intro1) document.intro1.src= 'bayit_glow.jpg'" onMouseOut="if (document.intro1) document.intro1.src= 'bayit.jpg'"><img border="0" src="bayit.jpg" name="intro1" width="139" height="22"></a></td>
</tr>
<tr>
<td><a href="girls.htm" onMouseOver="if (document.intro2) document.intro2.src= 'girls_glow.jpg'" onMouseOut="if (document.intro2) document.intro2.src= 'girls.jpg'"><img border="0" src="girls.jpg" name="intro2" width="139" height="22"></a></td>
</tr>
<tr>
<td><a href="beithachlama.htm" onMouseOver="if (document.intro3) document.intro3.src= 'beithachlama_glow.jpg'" onMouseOut="if (document.intro3) document.intro3.src= 'beithachlama.jpg'"><img border="0" src="beithachlama.jpg" name="intro3" width="139" height="22"></a></td>
</tr>
<tr>
<td><a href="bridal.htm" onMouseOver="if (document.intro4) document.intro4.src= 'bridal_glow.jpg'" onMouseOut="if (document.intro4) document.intro4.src= 'bridal.jpg'"><img border="0" src="bridal.jpg" name="intro4" width="139" height="22"></a></td>
</tr>
<tr>
<td><a href="medical.htm" onMouseOver="if (document.intro5) document.intro5.src= 'medical_glow.jpg'" onMouseOut="if (document.intro5) document.intro5.src= 'medical.jpg'"><img border="0" src="medical.jpg" name="intro5" width="139" height="22"></a></td>
</tr>
<tr>
<td><a href="say.htm" onMouseOver="if (document.intro6) document.intro6.src= 'say_glow.jpg'" onMouseOut="if (document.intro6) document.intro6.src= 'say.jpg'"><img border="0" src="medical.jpg" name="intro6" width="139" height="22"></a></td>
</tr>