Results 1 to 2 of 2

Thread: All Levels Navigation Menu hides my flash banner

  1. #1
    Join Date
    Apr 2011
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default All Levels Navigation Menu hides my flash banner

    1) Script Title:
    All Levels Navigational Menu (v2.2)

    2) Script URL (on DD):
    http://www.dynamicdrive.com/dynamici...menu/index.htm

    3) Describe problem:
    I have implemented this successfully on my site, however each time I hover over a menu item to display the sub menus, the flash banner I have running on the site disappears. As soon as I stop hovering over any menu item that has sub menus the banner reappears again. Is there any way to stop this?

    Thanks,
    Pete

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    This is due to the "enableshim" feature of the script being turned on inside the .js file:

    Code:
    enableshim: true, //enable IFRAME shim to prevent drop down menus from being hidden below SELECT or FLASH elements? (tip: disable if not in use, for efficiency)
    Its purpose is to prevent the drop down menus from being obscured by the Flash object when the two comes in contact with one another; to do this the script temporarily hides the later onMouseover. If this behavior doesn't work for you, you can try disabling the enableshim option above and insert the below attribute inside your Flash object instead:

    Code:
    wmode="transparent"
    See: described here
    DD Admin

  3. The Following User Says Thank You to ddadmin For This Useful Post:

    petepell (04-15-2011)

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
  •