Results 1 to 3 of 3

Thread: Submenu disappears before you can select an Item

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

    Default Submenu disappears before you can select an Item

    http://www.dynamicdrive.com/dynamicindex1/ddlevelsmenu/
    I downloaded the script from the above link and when I put it in my web site the main menu seems to work fine, but when you hover over a main menu item the subm menu does appear, but then disappears before you can select an item from the submenu.

    You can view the script at www.westbendumc.com/aosnt/

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

    Default

    For some reason the CSS for your menu (or perhaps CSS for the page in general that's affecting the menu as well) is creating a 1px gap right beneath each menu item. Inside ddlevelsmenu.js, see if adding the code in red below helps:

    Code:
    submenu.style.top=menutop-1+"px"
    DD Admin

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

    Default Thank you very much! Tha solved it.

    Quote Originally Posted by ddadmin View Post
    For some reason the CSS for your menu (or perhaps CSS for the page in general that's affecting the menu as well) is creating a 1px gap right beneath each menu item. Inside ddlevelsmenu.js, see if adding the code in red below helps:

    Code:
    submenu.style.top=menutop-1+"px"
    Works fine with that addition. Thank you!

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
  •