Javascript dropdown problem in IE 6 and IE7

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • paulyXvpf
    New Member
    • May 2009
    • 9

    #1

    Javascript dropdown problem in IE 6 and IE7

    Hello javascript folks,

    PROBLEM: Javascript dropdown problem in IE 6 and IE7
    DESCRIPTION: menu falls behind a container box on web page
    COMMENTS: It works fine in Firefox but not in IE 6/7 versions


    Notice this URL using IE6/7:


    site/welcome_to_IIMA A_training_conf erence.html

    You'll see a javascript scrollbar container box, holding the main content. You will also see a javascript
    horizontal menu -- starting with "Home" / "About the Conference" / "The Venue" and so on.

    Now, go ahead and mouse over on "About the Conference" and others. See how the drop down menu falls behind
    the main content container box? The menu is not readable, then menu should be on top of page content, not
    hidden behind.

    The javascript drop down menu works perfectly fine over static HTML, visit the URL below to see how the
    menu should look:



    Additional Notes: One developer mentioned there is a compatibilty problem with IE6/7 and overlapping javascript menu with scroll box. The developer did some research, mentioning to eleminate the javascript scrollbar altogether.
    Customer wants both menu's and scroll box intact.

    OK, if anyone has ideas about how to fix this problem, please let me know.

    Best,
    Paul
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    Try specifying the z-index to be higher than that of the main content container.

    Comment

    Working...