From: Larry Fletcher on
I have a javascript menu that works fine until I try to put
an iframe on the same page. Using FF the contents of the
iframe are shown, but not the menu. With IE6 the menu is
shown, but not the contents of the iframe.

Is there any way to make the javascript menu and the iframe
coexist on the same page?

I have searched the newsgroup and the web, but I can't find
any reference to this problem.

Larry


From: tomtom.wozniak on
On Apr 22, 7:25 pm, Larry Fletcher <lot...(a)extra.verizon.net> wrote:
> I have a javascript menu that works fine until I try to put
> an iframe on the same page.  Using FF the contents of the
> iframe are shown, but not the menu.  With IE6 the menu is
> shown, but not the contents of the iframe.
>
> Is there any way to make the javascript menu and the iframe
> coexist on the same page?
>
> I have searched the newsgroup and the web, but I can't find
> any reference to this problem.
>
>    Larry

1) Try placing the iframe before AND after the javascript menu code
and test.

2) Does your iframe use an id that could be conflicting with the
javascript code?

Without more specifics, it's definitely difficult to determine the
problem.

Cheers.

-Tom Woz