Problema con onMouseOver
¿Porqué escribiendolo así no me da problemas?
<td><a href="#" onMouseOut="MM_swapImgRestore();" onMouseOver="MM_swapImage('photoshop_r4_c2','','../portfolio/fotos/f_macro/f_flora/grandes/2204G.jpg',1);"><img name="photoshop_r2_c2" src="photoshop_r2_c2.gif" width="120" height="80" border="0" alt=""></a></td>
Y así si
document.write('<td><a href="#" onMouseOut="MM_swapImgRestore();" onMouseOver="MM_swapImage('photoshop_r4_c2','','../portfolio/fotos/f_macro/f_flora/grandes/2204G.jpg',1);"><img name="photoshop_r2_c2" src="photoshop_r2_c2.gif" width="120" height="80" border="0" alt=""></a></td>')
Gracias
<td><a href="#" onMouseOut="MM_swapImgRestore();" onMouseOver="MM_swapImage('photoshop_r4_c2','','../portfolio/fotos/f_macro/f_flora/grandes/2204G.jpg',1);"><img name="photoshop_r2_c2" src="photoshop_r2_c2.gif" width="120" height="80" border="0" alt=""></a></td>
Y así si
document.write('<td><a href="#" onMouseOut="MM_swapImgRestore();" onMouseOver="MM_swapImage('photoshop_r4_c2','','../portfolio/fotos/f_macro/f_flora/grandes/2204G.jpg',1);"><img name="photoshop_r2_c2" src="photoshop_r2_c2.gif" width="120" height="80" border="0" alt=""></a></td>')
Gracias
1 Respuesta
Respuesta de markspiner
1