Ver Mensaje Individual
  #2 (permalink)  
Antiguo 04/11/2009, 07:37
Avatar de willyfc
willyfc
 
Fecha de Ingreso: octubre-2008
Ubicación: Santa Cruz - Bolivia
Mensajes: 662
Antigüedad: 15 años, 6 meses
Puntos: 40
Respuesta: se ven en IE8 pero no en Firefox 3.5

Probalo de esta manera:

Código html:
Ver original
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  4. <title>Documento sin t&iacute;tulo</title>
  5. <style type="text/css">
  6. /*Principio reseteo estilos*/
  7. *{margin:0; padding:0; border:0; outline:0;}
  8. body {line-height: 1}
  9. ol, ul {list-style: none}
  10. table {border-collapse: collapse;border-spacing: 0;}
  11. hr {background-color: #000;height: 1px}
  12. #contenedor {
  13.     width: 958px;
  14.     margin:0 auto;
  15.     border-left: 1px solid black;
  16.     border-right: 1px solid black;
  17.     background-color: gray;
  18. }
  19.  
  20. #menu {
  21.     width: 184px;
  22.     margin-left: 5px;
  23.     padding:0 5px;
  24.     float: left;
  25. }
  26.  
  27. #datos {
  28.     width: 749px;
  29.     margin:0 5px;
  30.     float: left;
  31. }
  32. .corte{clear:both;}
  33. </head>
  34.  
  35. <div id="contenedor">
  36.   <div id="menu">
  37.     <ul>
  38.       <li>1</li>
  39.       <li>1</li>
  40.       <li>1</li>
  41.     </ul>
  42.   </div>
  43.   <div id="datos">pepe</div>
  44.   <div class="corte"></div>
  45. </div>
  46. </body>
  47. </html>
__________________
WFC
codigo82