Why jQuery .animate({opacity:0}) changes the z-index too

Viewed 2242

Basically the title says everything - why jQuery .animate({opacity:0}) changes the z-index too?

Do you know how to solve it?

EDIT:
link to example: http://jsfiddle.net/4vUc7/

Thanks.

2 Answers
Related