Technically I\'m using fadeToggle() but they\'re cousins... basically my issue is that I have an absolutely positioned div which I am using slideToggle()<
fadeToggle()
slideToggle()<
Just another note... I was having the same issue and solved it by:
.keepontop{ position:absolute; z-index:999; }
This allowed me to have one containg div that fixes the z-index issue, but also solved the click event issue for buried DIVs.