Foros del Web » Creando para Internet » HTML »

En IE no funciona pero si en mozillay crome

Estas en el tema de En IE no funciona pero si en mozillay crome en el foro de HTML en Foros del Web. Hola, en IE no veo nada veo la pantalla en blanco sin embargo le doy a ver codigo fuente y si q me aparece el ...
  #1 (permalink)  
Antiguo 27/12/2012, 14:38
 
Fecha de Ingreso: diciembre-2010
Mensajes: 459
Antigüedad: 13 años, 4 meses
Puntos: 21
En IE no funciona pero si en mozillay crome

Hola, en IE no veo nada veo la pantalla en blanco sin embargo le doy a ver codigo fuente y si q me aparece el codigo:

Código HTML:
Ver original
  1. <!DOCTYPE html>
  2. <html lang="en" class="no-js ie9">
  3. <!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"> <![endif]-->
  4. <!--[if IE 7 ]>    <html lang="en" class="no-js ie7"> <![endif]-->
  5. <!--[if IE 8 ]>    <html lang="en" class="no-js ie8"> <![endif]-->
  6. <!--[if IE 9 ]>    <html lang="en" class="no-js ie9"> <![endif]-->
  7. <!--[if (gt IE 9)|!(IE)]><!-->
  8.  
  9.     <head>
  10.         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  11.         <meta http-equiv="X-UA-Compatible" content="IE=9">
  12.         <meta http-equiv="X-UA-Compatible" content="IE=8">
  13.         <title>Documento List</title>
  14.  
  15.        
  16.         <link rel="stylesheet" href="/Fichero/css/bootstrap.css" type="text/css" />
  17.         <link rel="stylesheet" href="/Fichero/css/bootstrap.min.css" type="text/css" />
  18.         <link rel="stylesheet" href="/Fichero/css/bootstrap-responsive.css" type="text/css" />
  19.        <link rel="stylesheet" href="/Fichero/css/bootstrap-responsive.min.css" type="text/css" />              
  20.         <link rel="stylesheet" href="/Fichero/css/main.css" type="text/css" />        
  21.        
  22.        
  23.        
  24.          
  25.         <link rel="stylesheet" href="/Fichero/css/jquery.css" />
  26.  
  27.  
  28.         <script type="text/javascript" src="/Fichero/js/jquery-1.8.js"></script>
  29.  
  30.         <script type="text/javascript" src="/Fichero/js/jquery-1.8-ui.js"></script>
  31.  
  32.  
  33.         <style>
  34.             .ui-autocomplete {
  35.                 max-height: 100px;
  36.                 overflow-y: auto;
  37.                 /* prevent horizontal scrollbar */
  38.                 overflow-x: hidden;
  39.             }
  40.  
  41.             * html .ui-autocomplete {
  42.                 height: 100px;
  43.             }
  44.         </style>
  45.        
  46.        
  47.         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
  48.         <meta name="layout" content="main"/>
  49.        
  50.    
  51.  
  52.         <r:layoutResources></r:layoutResources>
  53.        
  54.         <script type="text/javascript" src="/Fichero/js/bootstrap.min.js"></script>
  55.  
  56.         <script type="text/javascript" src="/Fichero/js/bootstrap.js"></script>
  57.  
  58.  
  59.    
  60.         </head>
  61.         <body><br>
  62.  
  63.           <div class="container">
  64.            
  65.             <div class="row-fluid">
  66.               <div class="span3">
  67.                 <img class="logo" src="/Fichero/images/alptis.gif">
  68.               </div>
  69.               <div class="span6">
  70.                 <div id="titulo" style="float:left;"><h2>Programa de env&iacute;o</h2></div>
  71.               </div>
  72.               <div class="span2 offset1" align="right">
  73.                 <span>    
  74.                  <img src="/Fichero/images/door_in.gif" alt="Logout" />&nbsp;&nbsp;<a href="/Fichero/loginU/logout">Logout</a><br>
  75.                 </span>  
  76.               </div>
  77.             </div> <br>              
  78.              <script>
  79.                 $(document).ready(function() {
  80.                     $('.dropdown-toggle').dropdown();
  81.                 });
  82.               </script>
  83.             <div id="cuerpo">
  84.            
  85.            
  86.      
  87.      
  88.       <div class="row-fluid">
  89.               <div class="span8 offset3">
  90.               <div>
  91.                 <h3 id="welcome">
  92.                 Gesti&oacute;n
  93.                 </h3>
  94.               </div>
  95.                 <br>
  96.              
  97.                 <form action="/Fichero/gestion/guardar" method="post" enctype="multipart/form-data" onsubmit="trabajando()" onComplete="terminado()" >
  98.                     <input type='hidden' name='compania' id='compania' value='' />
  99.                     <input type='hidden' name='cont' id='cont' value='' />
  100.                     <input type="file" name="myFile" />
  101.                     <input type="submit" value="Guardar archivo" />
  102.                 </form>
  103.               </div>
  104.         </div>
  105.        
  106.         <br>
  107.         <div class="row-fluid">
  108.             <div class="alert alert-info">
  109.                 <h4>Ficheros asociados</h4>
  110.             </div>
  111.         </div>
  112.        
  113.        
  114.        
  115.         <div class="row-fluid">
  116.         <div id="updateMe">
  117.             <div class="list">
  118.  
  119. No existen ficheros asociados
  120.                
  121.             </div>
  122.         </div>
  123.         </div>
  124.  
  125.      
  126.             </div>
  127.            
  128.            
  129.             <!--</body>-->
  130.             <div id="spinner2" class="spinner2" style="display:none;">
  131.                  <img src="/Fichero/images/spinner.gif">
  132.             </div>
  133.             <script type="text/javascript">
  134.                 function trabajando(){
  135.                       document.getElementById('spinner2').style.display = 'inline';
  136.                 }
  137.  
  138.                 function terminado(){
  139.                       document.getElementById('spinner2').style.display = 'none';
  140.                 }
  141.  
  142.                 $(function() {
  143.                     $(document).ajaxSend(function() {
  144.                          trabajando();
  145.  
  146.                     });
  147.                     $(document).ajaxComplete(function() {
  148.                         terminado();
  149.                     });
  150.                 });
  151.             </script>
  152.        
  153.        
  154.               <div class="row-fluid">
  155.  
  156.                 <div class="span3 offset9" align="right">
  157.                     <a href="/Fichero/gestion/changeLocale?lang=es&amp;country=ES"> <img src="/Fichero/images/1.jpg" /></a>
  158.                <a href="/Fichero/gestion/changeLocale?lang=en&amp;country=EN"> <img src="/Fichero/images/2.jpg" /></a>
  159.                 </div>
  160.              
  161.               </div>
  162.            
  163.             </div>
  164.             <r:layoutResources></r:layoutResources>
  165.         </body>
  166.  
  167.  
  168. </html>

Alguna sugerencia?
__________________
Oye los consejos de todo el mundo, y sigue el tuyo.
Si te han ayudado deja un karma y si no te han ayudado pero vez util la información tb deja un karma xD
Sirdaiz
  #2 (permalink)  
Antiguo 27/12/2012, 15:16
Avatar de emprear
Colaborador
 
Fecha de Ingreso: junio-2007
Ubicación: me mudé
Mensajes: 8.388
Antigüedad: 16 años, 10 meses
Puntos: 1567
Respuesta: En IE no funciona pero si en mozillay crome

Esto te está interfiriendo

<!--[if (gt IE 9)|!(IE)]><!-->
a lo sumo
<!--[if (gt IE 9)|!(IE)]> <![endif]-->

aunque tampoco le encuentro sentido, además hay otros errores de html

SAludos
__________________
La voz de las antenas va, sustituyendo a Dios.
Cuando finalice la mutación, nueva edad media habrá
S.R.
  #3 (permalink)  
Antiguo 27/12/2012, 15:22
 
Fecha de Ingreso: diciembre-2010
Mensajes: 459
Antigüedad: 13 años, 4 meses
Puntos: 21
Respuesta: En IE no funciona pero si en mozillay crome

Si te das cuenta en la linea 6 tengo lo que comentas

Q errores de html ves?

Saludos
__________________
Oye los consejos de todo el mundo, y sigue el tuyo.
Si te han ayudado deja un karma y si no te han ayudado pero vez util la información tb deja un karma xD
Sirdaiz
  #4 (permalink)  
Antiguo 27/12/2012, 15:40
Avatar de emprear
Colaborador
 
Fecha de Ingreso: junio-2007
Ubicación: me mudé
Mensajes: 8.388
Antigüedad: 16 años, 10 meses
Puntos: 1567
Respuesta: En IE no funciona pero si en mozillay crome

Cita:
Iniciado por sirdaiz Ver Mensaje
Si te das cuenta en la linea 6 tengo lo que comentas

Q errores de html ves?

Saludos
en la linea 6 tenés esto
<!--[if IE 9 ]> <html lang="en" class="no-js ie9"> <![endif]-->
que es correcto
en la 7 tenes esto
<!--[if (gt IE 9)|!(IE)]><!-->
que es incorrecto por falta del endif

luego, si querés analizar

Result: 14 errors / 4 warnings

Info: W3c Online Validation

line 11 column 58 - Error: Bad value X-UA-Compatible for attribute http-equiv on element meta.
line 12 column 58 - Error: Bad value X-UA-Compatible for attribute http-equiv on element meta.
line 48 column 44 - Error: Bad value layout for attribute name on element meta: Keyword layout is not registered.
line 52 column 27 - Warning: Element name r:layoutresources cannot be represented as XML 1.0.
line 52 column 27 - Error: Element r:layoutresources not allowed as child of element body in this context. (Suppressing further errors from this subtree.)
line 60 column 15 - Error: Stray end tag head.
line 61 column 14 - Error: An body start tag seen but an element of the same type was already open.
line 67 column 67 - Error: An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
line 72 column 55 - Error: The align attribute on the div element is obsolete. Use CSS instead.
line 97 column 150 - Error: Attribute oncomplete not allowed on element form at this point.
line 131 column 56 - Error: An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
line 156 column 57 - Error: The align attribute on the div element is obsolete. Use CSS instead.
line 157 column 119 - Error: An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
line 158 column 114 - Error: An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
line 164 column 31 - Warning: Element name r:layoutresources cannot be represented as XML 1.0.
line 164 column 31 - Error: Element r:layoutresources not allowed as child of element body in this context. (Suppressing further errors from this subtree.)


SAludos
__________________
La voz de las antenas va, sustituyendo a Dios.
Cuando finalice la mutación, nueva edad media habrá
S.R.
  #5 (permalink)  
Antiguo 27/12/2012, 15:45
 
Fecha de Ingreso: diciembre-2010
Mensajes: 459
Antigüedad: 13 años, 4 meses
Puntos: 21
Respuesta: En IE no funciona pero si en mozillay crome

Ok gracias le echare un ojo y te cuento
__________________
Oye los consejos de todo el mundo, y sigue el tuyo.
Si te han ayudado deja un karma y si no te han ayudado pero vez util la información tb deja un karma xD
Sirdaiz

Etiquetas: css, input, link, formulario
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 21:24.