Search found 5 matches

by spg
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: 2104

Re: sub menus don't appear over an iframe in IE 5.0

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 Any...
by spg
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: 2898

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 l...
by spg
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: 5934

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 ...
by spg
Wed Sep 25, 2002 1:16 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Iframe-thing
Replies: 2
Views: 2579

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...
by spg
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: 3884

It works with IFRAMES in IE5.5 and above where the menu will float above the IFRAME but in IE5.01 and below (and opera and netscape prior to 7), the menu will drop below an IFRAME, regardless of z-index value. Its killing me I looked at the page in Netscape 4.76 and IE 5.5 On neither one did I see t...