Ver Mensaje Individual
  #2 (permalink)  
Antiguo 02/01/2012, 21:59
Avatar de emprear
emprear
Colaborador
 
Fecha de Ingreso: junio-2007
Ubicación: me mudé
Mensajes: 8.388
Antigüedad: 16 años, 10 meses
Puntos: 1567
Respuesta: Problema Menu Internet Explorer

En realidad, ningún navegador debería mostrarte nada, porque los tags <el> y <la> no existen, seran <ul> y <li> en todo caso.
Ademas por ahi abajo tenés un images/.gif -- solo el .gif

Probá con esto que funciona en todas partes

Código HTML:
Ver original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <title>titulo</title>
  4. <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  5.  
  6. <style type="text/css">
  7. /*<![CDATA[*/
  8. #menu {    background: url("469.gif");height:50px; width:924px; margin-top:40px;}
  9.  
  10. ul#menuho{
  11.    margin:5px auto;
  12.    padding:0;
  13.    list-style-type:none;
  14.    width:auto;
  15.    position:relative;
  16.    display:block;
  17.    height:49px;
  18.    text-transform:uppercase;
  19.    font-size:12px;
  20.    font-weight:bold;
  21.  
  22.    font-family:Helvetica,Arial,Verdana,sans-serif;
  23.    border-bottom:4px solid #03518c;
  24.    border:1px solid #b2b2b2;
  25. }
  26. ul#menuho li{
  27.    display:block;
  28.    float:left;
  29.    margin:0;
  30.    pading:0;}
  31.    
  32. ul#menuho li a{
  33. margin-top:5px;
  34.    display:block;
  35.    float:left;
  36.    color:#f12727;
  37.    text-decoration:none;
  38.    font-weight:bold;
  39.    padding:12px 20px 0 20px;
  40.    height:30px;
  41.    background: url("417.gif") no-repeat top right;
  42.    }
  43. ul#menuho li a:hover{
  44.    background:transparent url("378.gif") no-repeat top center;  
  45.    }
  46. /*]]>*/
  47. </head>
  48. <div id="menu">
  49.     <ul id="menuho">
  50.     <li><a href="index.php" title="">Inicio</a></li>
  51.     <li><a href="#" title="">Noticias</a></li>
  52.     <li><a href="#" title="" >Torneos</a></li>
  53.     <li><a href="#" title="">Descargas</a></li>
  54.     <li><a href="formulario_usuario.php" title="">Registrate</a></li>
  55. </ul>
  56.     </div>
  57.  
  58. </body>
  59. </html>


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