In IE and NS, I have a DIV(z-index=2) that has no problem displaying over an IFRAME(z-index=1). However, in Opera the IFRAME is always displaying over the DIV.
I've tried containing the IFRAME in another DIV but still get the same undesired result. The IFRAME is a must since I need to change the SRC constantly.
Thanks in advance...
VSON
It might just be that IE and NS have finally updated their browsers to fix this problem, and Opera has not yet.
BRUNO