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{ opacity: 0.0; } $('.drop1').fadeTo( "slow" , 1.0);