Results 1 to 3 of 3

Thread: Drop Down Tab menu obscured by page content in IE

  1. #1
    Join Date
    Feb 2009
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Drop Down Tab menu obscured by page content in IE

    Hi,

    I used the Drop Down Tab tool in this webpage:
    www.lwvseminole.org

    In FF, Opera, and Safari it looks and works fine. However, in IE, the drop down menus longer than two sub-menu lines are obscured (below the two lines), such that users see only the top two menu items in the drop down menu.

    I tried the example to see if it was an IE issue or me, and the examples work fine. I haven't been able to figure out what is wrong with my code though.

    Any ideas?

    Thanks very much in advance,
    -Susan

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Preliminary investigation using IE 7 developer's tools suggests that by adding:

    Code:
    .header {
     z-index: 10000;
    }
    to your stylesheet should take care of the problem. It shouldn't adversely affect other browsers, but might. Try it out and out it and put it through its paces. Make sure to refresh and/or clear your browser's cache to make sure you are viewing the page with the updated style directive.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Feb 2009
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks John!
    It worked like a CHARM!!

    Take care and many thanks to you,
    -Susan

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •