Alguna idea?.
Código:
Edit: En firefox no pone display none cuando paso el mouse por arriba.<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Ejemplo de Popup</title> </head> <body> <form name="div" action=""> <div id="asd" style="position:absolute; left:100px; top:210px; display:"> <img src="http://soldadosyuniformes.files.wordpress.com/2009/09/tanque-pesado-kv-1-modelo-1941-12c2ba-reg-de-tanques-1c2aa-div-motorizada-moscu-agosto-de-1942.jpg" name="ejemplo" onmouseover= "window.opener.document.formulario.resultado.value = 1" /> </div></form> <form name="formularios" action=""> <script language=javascript> if (document.getElementById("resultado").value == 1){ div = document.getElementById("asd"); div.style.display= "none"; } </script></form> </form> </body> </html>
Edit2: Cuando lo tenia en blogger me lo mostraba firefox chrome e ie, aparte ponia display none XD
Edit3: Ahora me anda en chrome y ff pero no desaparece la imagen. Alguna idea?.