I have few div\'s placed underneath each other and I\'m using css visibility to fade them in and out. The reason why I use visibility is so that the div\'s don\'t move place
$('.drop1').css({opacity: 1.0, visibility: "visible"}).animate({opacity: 0}, 200);