Ver Mensaje Individual
  #3 (permalink)  
Antiguo 08/04/2010, 21:16
Avatar de manumaf
manumaf
 
Fecha de Ingreso: mayo-2007
Ubicación: Argentina
Mensajes: 854
Antigüedad: 16 años, 11 meses
Puntos: 6
Respuesta: Problema con vieñtas de lista

Código CSS:
Ver original
  1. #nav, #nav ul {
  2.     list-style: none;
  3.     background: #356AA0;
  4.     text-align:center;
  5. padding:0px;
  6. }
  7. #nav a {
  8.     display: block;
  9. }
  10.  
  11. #nav li {
  12.     float:right;
  13.     width: 40px;
  14.     border-bottom:1px solid #333333;
  15.    
  16.     }
  17. #nav li ul {
  18.     position: absolute;
  19.     width: 40px;
  20.     left: -9999px;
  21.     text-align:center;
  22. padding:0px;
  23.    
  24.    
  25. }
  26. #nav li:hover ul {
  27.     left: auto;
  28. }
  29. #nav li:hover ul, #nav li.sfhover ul {
  30.     left: auto;
  31.     }


No funciona :S



No entiendo que puede ser..