Ver Mensaje Individual
  #9 (permalink)  
Antiguo 28/10/2012, 10:29
rufus
 
Fecha de Ingreso: mayo-2009
Ubicación: Andalucia
Mensajes: 650
Antigüedad: 15 años
Puntos: 1
Respuesta: problema con lista <ul><li>

Asi tengo el css

/
Código CSS:
Ver original
  1. *RESETEO DE CSS TODOS LOS NAVEGADORES*/
  2.  
  3. html, body, div,  applet, object, iframe,
  4. h1, h2, h3, h4, h5, h6, p,
  5. blockquote, pre, a, abbr, acronym, address, big,
  6. cite, code, del, dfn, em, font, img,
  7. ins, kbd, q, s, samp, small, strike,
  8. strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
  9. fieldset, form, label, legend,
  10. table, caption, tbody, tfoot, thead, tr, th, td,
  11. center, u, b, i {
  12.      margin: 0;
  13.      padding: 0;
  14.      border: 0;
  15.      outline: 0;
  16.      font-weight: normal;
  17.      font-style: normal;
  18.      font-size: 100%;
  19.      font-family: inherit;
  20.      vertical-align: baseline
  21. }
  22.  
  23. body {
  24.      line-height: 1
  25. }
  26.  
  27. :focus {
  28.      outline: 0
  29. }
  30.  
  31. ol, ul {
  32.      list-style: none
  33. }
  34.  
  35. table {
  36.      border-collapse: collapse;
  37.      border-spacing: 0
  38. }
  39.  
  40. blockquote:before, blockquote:after, q:before, q:after {
  41.      content: ""
  42. }
  43.  
  44. blockquote, q {
  45.      quotes: "" ""
  46. }
  47.  
  48. input, textarea {
  49.      margin: 0;
  50.      padding: 0
  51. }
  52.  
  53. hr {
  54.      margin: 0;
  55.      padding: 0;
  56.      border: 0;
  57.      color: #000;
  58.      background-color: #000;
  59.      height: 1px
  60. }
  61.  
  62. /*configuracion css del header*/
  63.  
  64.  
  65. #contenedor { width:800px; height:auto;margin:0 auto; }
  66. #header { width:800px; height:120px; }
  67. #cuerpo {width:800px;height:600px;float:left; background-color:#FFF; }
  68. #footer{width:800px;height:70px; float:left;}
  69.  
  70. /*css de la pagina admin.php dentro de public / admin */
  71.  
  72. #menu
  73. {
  74.      width:200px;
  75.      height: 500px;
  76.      float:left;
  77.      /*background-color:#c88eff;*/
  78. }
  79.  
  80. .pmenu p
  81. {
  82.      margin-top: 28px;
  83.      padding-top: 28px;
  84.      color:#1d5f10;
  85. }
  86.  
  87. #lateral
  88. {
  89.      width:600px;
  90.      height: 500px;
  91.      float:left;
  92.     /* background-color:#52f532;  */  
  93. }

uso el navegador mozilla ultima version.... puede ser el error por el reseteo del css que ago al principio del css?