Ver Mensaje Individual
  #1 (permalink)  
Antiguo 15/02/2011, 13:03
motorinapronto
 
Fecha de Ingreso: noviembre-2010
Mensajes: 101
Antigüedad: 13 años, 5 meses
Puntos: 0
scrollTo no funciona

Hola. tengo este codigo con scrollTo pero no funciona... ¿se escribe asi?

Código PHP:
$('#proceed a').scrollTo0800, {queue:true} ).click(function(){
    var 
= $(this).attr("class");
    var 
1;
while (
x<12){
    $(
'#zapato'+x).not('#zapato'+t).fadeOut(400);
    var 
x+1;
}
$(
'#items'+t).fadeIn(400);
    $(
'#zapato'+t).animate({"width""950px","height""400px"},"slow");
    
$(
'#famous','#contenido').animate({"width""960px","height""500px"}, "slow" );
//$('#itemss'+t).fadeIn(400);
return false;
});