Results 1 to 4 of 4

Thread: drop down boxes showing through dynamic menus

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

    Unhappy drop down boxes showing through dynamic menus

    Is there a good workaround for the known issue of drop down boxes showing through dynamic menus?

    I did come across aposting where they suggested to set the drop down box to 'hidden' when activating the menu.

    I'm not that proficient in javascript so can you clue me in?

    Thanks,

    Risho.

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    document.getElementById('dropBoxId').style.visibility='hidden';

    and to restore:

    document.getElementById('dropBoxId').style.visibility='visible';
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #3
    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 just noticed earlier today while researching for another menu related issue that Jim's DHTML Menu V5.7 claims to have solved this problem, not sure how, it mat be the same solution as Twey offered but, I'm thinking not.
    - John
    ________________________

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

  4. #4
    Join Date
    Jul 2005
    Location
    Dont ask
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Me two. Bugfixes....

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
  •