Animate marginTop and marginBottom not working
Hi guys,
I have a very basic jquery script,
The marginLeft and marginRight are working fine, but the top and bottom margin do nothing.
Any Ideias why?
- $('#fire').click(function(){
- $('#fire').animate({
- marginTop: +700
- },'slow','swing');
- });