Results 1 to 3 of 3

Thread: Problems with AnyLink Drop Down Menu

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

    Default Problems with AnyLink Drop Down Menu

    1) Script Title: AnyLink Drop Down Menu

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

    3) Describe problem:
    My URL: URL: http://www.access-o-mania.de/forum/index.php
    I also want to use this Script for non clicking dropdown Menus you see when you klick on the button called "Suche" at my URL.
    Its like the small seach-menu on vBulletin Board.

    I open the menu and when I click into the textfield the menu becomes invisible. How can I solve this problem?

    The javascript functions are in an external js-file and the menu-array is inside the template (because I use php-functions and variables)

    Regards
    Andreas

  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

    Where it says:

    Code:
    var hidemenu_onclick="yes" //hide menu when user clicks within menu?
    Make it like:

    Code:
    var hidemenu_onclick="no" //hide menu when user clicks within menu?
    - John
    ________________________

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

  3. #3
    Join Date
    Jul 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    OK, thanks
    it works.

    Andreas

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
  •