Ver Mensaje Individual
  #3 (permalink)  
Antiguo 18/02/2010, 15:53
Avatar de hector2c
hector2c
 
Fecha de Ingreso: noviembre-2007
Ubicación: Perú - Tacna
Mensajes: 979
Antigüedad: 17 años
Puntos: 25
Pregunta Respuesta: Problema con JQuery

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"); 
__________________
blog: hector2c.wordpress.com
email: [email protected]