Hi guys,
In code I am working with there are instances where an IFrame gets placed partially over a Java Applet. I thought this approach was a "hack" and wasn't guaranteed to work correctly across browsers but up until now there hasn't been any show stopping bugs with the approach... Today however I found circumstances where on firefox 3.6 the applet always stays on top of the IFrame, breaking the feature.
Should we be displaying an IFrame over an Applet or is that a bad idea?
Thanks!