Thanks a lot! Chrismarkx, tell me why using your solution? What is the advantage?
Charles:I put the project online: look here donkeyshot.ch Thanks again! tom On Jan 25, 1:18 am, chrismarx <[EMAIL PROTECTED]> wrote: > well for starters, i would write your first function like this: > > $("#logo").click(function() { > $(this).fadeOut("slow").animate({opacity: 0.0}, 500 ); > $("#content").fadeIn("slow"); > > }); > > but doesnt fadeOut already set the opacity to 0? >