"IFRAMEs do not respect z-index of other, non-iframe content":
http://bugzilla.mozilla.org/show_bug.cgi?id=91516
Michael Ney wrote:
> I am creating a site that has an IFRAME element that is updated using
> cookie data written when pressing a DIV based menu item. The problem is
> the DIV menu (which is a dropdown menu system) appears underneath the
> IFRAME (so part of the menu is cut off when it enters the IFRAME area).
> This occurs under Netscape 6.1, however under IE the DIV is on top of
> the IFRAME. Is there any way to force the DIV element to appear on top
> of the IFRAME in Netscape 6.x?
>
> As another note, I have been unable to get the IFRAME to reload and/or
> change sources using JavaScript. (Note, this works under IE though) What
> is the correct access for the SRC line in an IFRAME:
> document.all.???.src
>
> It works under IE with the NAME=?? element, but since the Mozilla build
> doesn't support the NAME calls from JS, I don't know what to place there
> for an IFRAME (I have tried the standard FRAME[0] that is used for
> FRAMEs, but it will not find the IFRAME).
>
>
> Thanks for any help with this.
> Please give me an e-mail with the response if you could.
>
> Michael Ney
> [EMAIL PROTECTED]
>