Ver Mensaje Individual
  #2 (permalink)  
Antiguo 03/06/2012, 20:08
Avatar de emprear
emprear
Colaborador
 
Fecha de Ingreso: junio-2007
Ubicación: me mudé
Mensajes: 8.388
Antigüedad: 17 años, 5 meses
Puntos: 1567
Respuesta: problema imagen de precarga con internet explorer

a mi esto me funciona en todas las versiones de IE
Código HTML:
Ver original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4.   <head>
  5.     <title>
  6.       titulo
  7.     </title>
  8.     <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  9.     <script type="text/javascript">
  10. //<![CDATA[
  11.    function mostrarcargando()
  12.    {
  13.    var obj = document.getElementById('cargando');
  14.    obj.innerHTML = "-    -";
  15.    document.getElementById('cargando').style.visibility = "visible";
  16.    }
  17.    //]]>
  18.     </script>
  19.   </head>
  20.   <body>
  21.     <p>
  22. <input name="Publicar" id="Publicar" value="Publicar Imagenes &gt;&gt;" class="boton" type="submit"  onclick="mostrarcargando()"/>
  23. </p>
  24.     <div id="cargando" style="background-image:url(cargando.gif); background-repeat:no-repeat; width:130px; float:right; visibility:hidden; margin-right:20px; margin-top:3px; color:#0066CC;"></div>
  25.   </body>
  26. </html>

Pregunto, el input lo tenés dentro de un form? porque si no, el name y que sea un type="submit" y no un type="button" no se entiende

SAludos
__________________
La voz de las antenas va, sustituyendo a Dios.
Cuando finalice la mutación, nueva edad media habrá
S.R.