I’m using the jquery flip plugin to flip a div. I have a larger DIV that is atop the DIV that flips. But when the DIV flips the animation shows through the DIV on top. I don’t want the DIV that flips to show through the DIV on top. See an example of the issue here:
http://jsfiddle.net/psivadasan/4dPaX/7/
Appreciate any help.
While animation the flipbox has
z-index: 9999;, so raise thez-indexof the overlay over 9999:Also see your updated example.