Aloha
I have a div with a set of css overflow: hidden . Inside, I have a div that I use jquery to animate.
$ ('# innerDiv'). animate ({left: '- = 100'}, 1000);
when I do this, I see that moving the innerdiv outside the div div, even if my overflow is set to hidden.
This is normal? How can i fix this?
Thanks,
source share