Results 1 to 4 of 4

Thread: AnyLink Vertical Menu additional menus

  1. #1
    Join Date
    Feb 2009
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default AnyLink Vertical Menu additional menus

    1) Script Title:
    AnyLink Vertical Menu

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

    3) Describe problem:

    Hello all,
    I am new and hope I am doing this correctly.

    The problem is the code works fine for menu 1-6 when I try to use
    var menu7=new Array()
    menu6[0]='<a href="#">Government</a>'
    menu6[1]='<a href="#">Culture</a>'
    menu6[2]='<a href="#">Life</a>'
    menu6[3]='<a href=""></a>'
    menu6[4]='<a href=""></a>'

    it does not work, the submenu does not popup.

    <p><a href="#" title=" " onMouseover="dropdownmenu(this, event, menu7, '165px')" onMouseout="delayhidemenu()">Site Seeing</a></p>

    If I change the menu # it works fine.
    <p><a href="#" title=" "
    onMouseover="dropdownmenu(this, event, menu6, '165px')" onMouseout="delayhidemenu()">Site Seeing</a></p>
    I have looked at the code and do not see any menu restrictions
    Have I missed something?
    The page can be viewed here.
    http://www.adinkado.com/examples/mtz...st_tooltip.htm


    I apologize if this question has already been answered. I checked the forum but did not find anything about this.

    Thanks
    dink

  2. #2
    Join Date
    Feb 2009
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hello everyone,
    1) Script Title:
    AnyLink Vertical Menu

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

    3) Describe problem:
    The question is how do I add more than six(6) menu items.
    Any thoughts or suggestions appreciated.
    dink

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

    Default

    Firstly, the script you're using is actually deprecated and outdated. You should use Anylink JS Drop Down Menu instead, which is the new version of the script. Try installing that script, and if you have troubles, post them here.
    DD Admin

  4. #4
    Join Date
    Feb 2009
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks for the help. I will implement the new code.
    dink

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
  •