You cant. The z-index wont work either. They only way is to include code in every page that might appear in the iframe with a submenu code. You have to upgrade to ie5.5/ns7/mozilla1.1 for it to work.
Hi,
I am having difficulty making the sub menus appear over an iframe (on mouse over) in, IE 5.0 ...
Search found 5 matches
- Sat Oct 12, 2002 5:31 pm
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: sub menus don't appear over an iframe in IE 5.0
- Replies: 1
- Views: 2222
- Thu Oct 03, 2002 10:17 pm
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: I.E 5.0 and frames
- Replies: 3
- Views: 3169
Re: frames, iframes and z-order
Yup, its an unsolvable - IE5.5 and above is the only way to solve it. What Ive done is this (on IIS because its in ASP)
<%
dim menuname
if (IS_IE55PLUS or IS_NS7PLUS) then
menuname = "/js/menu/menu_array.js"
else
menuname = "/js/menu/menu_array_unsupported.js"
end if
%>
<SCRIPT language ...
<%
dim menuname
if (IS_IE55PLUS or IS_NS7PLUS) then
menuname = "/js/menu/menu_array.js"
else
menuname = "/js/menu/menu_array_unsupported.js"
end if
%>
<SCRIPT language ...
- Wed Sep 25, 2002 1:22 pm
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: Need help with frames and iframe!
- Replies: 10
- Views: 7130
This works great in IE5.5+ but if you load it in Netscape 6.2, IE5.01, Opera 5 and show down a little so that the floating menu if to the side of the IFRAME, and then select "open in iframe", you will notice that the menu moves in behind the iframe and not over it... Do you happen to have a solution ...
- Wed Sep 25, 2002 1:16 pm
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: Iframe-thing
- Replies: 2
- Views: 2725
Re: Iframe-thing
Damn, I wish I knew how to fix this. So far, all ive been able to do is throw up an error in a popup if the user is using Netscape 6.2, Opera and IE5.01 warning them....
I know that it has been asked a lot, but has anyone yet found a solution to prevent the menu from disappearing behind an iframe ...
I know that it has been asked a lot, but has anyone yet found a solution to prevent the menu from disappearing behind an iframe ...
- Wed Sep 25, 2002 1:15 pm
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: Stuck with iframes in ie5, anyone has an idea for a design ?
- Replies: 4
- Views: 4477