[jQuery] problems to animate in IE

[jQuery] problems to animate in IE


Why this doesn't work in IE?
$("#nav > ul > li > a").hover(function () {
        $(this).animate({
            marginTop: "-3px",
        
        }, 200 );
    },function(){
        $(this).animate({
            marginTop: "0",
        
        }, 200 );
    });
--
View this message in context: http://www.nabble.com/problems-to-animate-in-IE-tp14746811s27240p14746811.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.