Results 1 to 4 of 4

Thread: any link dropdown menu select box in IE issue

  1. #1
    Join Date
    Sep 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Angry any link dropdown menu select box in IE issue

    Does anyone have a fix for the hovering bug in IE. That is if an dhtml layer goes over a select box, the select box will be on top of your menu.

    I need a JS fix if possible. I know the answer lies with creating an iframe.

    Want to know if anyone has a working fix for any link ddrop down menus (vertical)

    thanks much

  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

    I'm not sure how an iframe would help. The two proven methods that I am aware of are:

    1) Move the select box away from the menu (preferred).

    2) Set the visibility of the select box to hidden temporarily, while the menu drops down and restore it to visible after the drop down disappears.

    If you need help on #2, see this thread.
    - John
    ________________________

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

  3. #3
    Join Date
    Sep 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    say for example you anylink divs are of a z-index of 9, if you create an iframe via js and set the src to nothing, it will create a white iframe.

    You can then position the iframe behind your anylink menu and presto, it will cover the select box.

    I got it to work so if anyone is interested in getting my code hauler...

  4. #4
    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

    Sure, give us a link to the live page so we can have a look, sounds interesting.
    - John
    ________________________

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

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
  •