Results 1 to 3 of 3

Thread: HV Menu - Submenu layers gets hidden behind Drop Down Menu

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

    Default HV Menu - Submenu layers gets hidden behind Drop Down Menu

    Whenever I place HV Menu and having Drop-Down Menu form placed below that, the submeny layers get hidden behind the Drop-Down Menu, is there any solution that the submeny layers appear in front inspite of getting hidden behind the menu.

    Error can be seen at

    http://4jats.4to40.com/services/

  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

    That is only a problem in IE that I know of. HV is such a complex menu/script that it may be hard to use one solution - which is to have the form elements disappear (visibility='hidden') on drop down of the submenus and reappear (visibility='visible') when the submenus go away. One easy to use method is to put the form elements farther down the page.
    - John
    ________________________

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

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

    Default

    <script language="JavaScript1.2">
    function makevisible(cur,which){
    if (which==0)
    cur.filters.alpha.opacity=100
    else
    cur.filters.alpha.opacity=40
    }
    </script>

    Please, add some browser detection here. This renders your script useless in most browsers.
    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!

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
  •