Ver Mensaje Individual
  #3 (permalink)  
Antiguo 25/01/2013, 05:17
Avatar de NaRanJiTo78
NaRanJiTo78
 
Fecha de Ingreso: noviembre-2007
Ubicación: In the BeaCh
Mensajes: 874
Antigüedad: 16 años, 5 meses
Puntos: 10
Respuesta: Problema submenu css

Arturo, gracias, por tu ayua, pero aún quitando el
Cita:
overflow-x:hidden;
de
Código HTML:
#cssmenu > ul{
	display: inline-block;
	min-width: 200px;
	float: left;
	list-style-type: none;
	margin-top: 0px;
	position: fixed;
	top: 250px;
	bottom: 0;
	left: 65px;
	overflow-x: hidden;
	overflow-y: auto;
}
sigue igual...