Ver Mensaje Individual
  #4 (permalink)  
Antiguo 21/03/2012, 03:07
helenp
 
Fecha de Ingreso: mayo-2009
Mensajes: 382
Antigüedad: 15 años
Puntos: 6
Respuesta: esconder menu (dropdown) para moviles

The problem is in the css,
didnt thought about it,
I tried to add a display: none to a hover.....and some devices dont understand hover..

This editing the css in firefox and chrome for pc takes away the dropdown and that was what I was trying to do:
div#menu ul ul ul li:hover ul {display: block;}

Know I am putting display block on all kinds of ul's and li's and still the same.....
what can I do?