I am using FancyBox to generate a popup image.
FancyBox (In case you are curious.)
It pops up a div with z-index: 92;.
I have a Flash animation running which is far below that z-index.
My problem is that in two different Firefox browsers (same versions) I have different results.
In one, everything appears OK. In the other, the Flash animation appears in front of the div. I have tried refreshing and restarting the browser but the same issue always occurs.
I know one of the screen shots is from IE but it is only meant as a reference.
What could I be doing wrong?
Try setting your wmode = transparent on the flash. This will keep flash from laying over top of everything no matter what z-index you set it to.