Ver Mensaje Individual
  #5 (permalink)  
Antiguo 12/01/2011, 13:10
Avatar de tredio
tredio
 
Fecha de Ingreso: noviembre-2008
Ubicación: Carabobo
Mensajes: 466
Antigüedad: 15 años, 5 meses
Puntos: 66
Respuesta: jQuery: Cambiar margin-right con animate

prueba asi

Código Javascript:
Ver original
  1. $(document).ready(function(){
  2.     $("#ocultar").click(function () {
  3.         $("#sidebar").hide("#slide", { direction: "right" }, 1000);
  4.         $("#mainContent").animate({
  5.             marginRight: 0
  6.         }, 1500 );
  7.     });
  8. });
__________________
Extension Google Chrome
dar las gracias no cuesta nada :D