JS menu/iframe conflict

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Larry Fletcher

    JS menu/iframe conflict

    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


  • tomtom.wozniak@gmail.com

    #2
    Re: JS menu/iframe conflict

    On Apr 22, 7:25 pm, Larry Fletcher <lot...@extra.v erizon.netwrote :
    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

    Comment

    Working...