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()<
Slidetoggle is really quirky... I've had a similar issue. The way I got it to work on my website was to just move the toggled div to the very bottom of my html. Because it comes last in the DOM, the z-index should be automatically set higher than the previous elements. Since it's absolutely positioned, you shouldn't have any issues with layout, either.