$(\".block li\").hover( function(){ $(this).animate({backgroundColor: \"#000\"}); }, function(){ $(this).animate({backgroundColor: \"#fff
Why not use the opacity CSS3 tag?