Ver Mensaje Individual
  #2 (permalink)  
Antiguo 02/12/2010, 07:59
Avatar de raxper
raxper
 
Fecha de Ingreso: enero-2010
Ubicación: ------
Mensajes: 472
Antigüedad: 14 años, 3 meses
Puntos: 2
Respuesta: Problemas con mouseover/out con Explorer

Ahí donde yo leo, para que no vote error tienes que poner
Código HTML:
Ver original
  1. <form name="logo_hab">
  2. <a href="http://x/habitatge.php?file=login" onmouseOver="document.logo_hab.src='http://www.google.com.pe//intl/en_com/images/srpr/logo1w.png';" onmouseOut="document.logo_hab.src='http://l.yimg.com/a/i/ww/met/logo/20100503/yahoo_logo_pe.png';" ><img border="0" src="http://www.google.com.pe//intl/en_com/images/srpr/logo1w.png" width="154" height="29" name="publicar" onmouseover="document.publicar.src='http://www.google.com.pe//intl/en_com/images/srpr/logo1w.png';" onmouseOut="document.publicar.src='http://l.yimg.com/a/i/ww/met/logo/20100503/yahoo_logo_pe.png';"/></a></form>

pero mejor que quites el logo_hab. y funcionaría sin el <form>:saludos: