Ver Mensaje Individual
  #4 (permalink)  
Antiguo 24/02/2010, 10:35
El_Astur
Invitado
 
Mensajes: n/a
Puntos:
Respuesta: Problema con JQuery

Holas:
he probado eso pero sigue igual, no funciona.


Cita:
Iniciado por hector2c Ver Mensaje
en vez de hacer esto:

Código HTML:
#slider, #slider li {
height:341px;
margin-left:11px;
overflow:hidden;
width:525px;
}
intenta haciendo esto:

Código PHP:
.ocultar {
height:341px;
margin-left:11px;
overflow:hidden;
width:525px;
}

$(
"#slider, #slider li").addClass("ocultar");