Ver Mensaje Individual
  #5 (permalink)  
Antiguo 28/01/2013, 14:14
Avatar de memoadian
memoadian
Colaborador
 
Fecha de Ingreso: junio-2009
Ubicación: <?php echo 'México'?>
Mensajes: 3.696
Antigüedad: 14 años, 10 meses
Puntos: 641
Respuesta: Problema submenu css

Código CSS:
Ver original
  1. #cssmenu > ul {
  2.     bottom: 0;
  3.     display: inline-block;
  4.     float: left;
  5.     left: 65px;
  6.     list-style-type: none;
  7.     margin-top: 0;
  8.     min-width: 200px;
  9.     overflow: visible;
  10.     position: fixed;
  11.     top: 250px;
  12. }