Results 1 to 5 of 5

Thread: Need help with this AnyLink drop down menu!

  1. #1
    Join Date
    Jan 2010
    Location
    Spain
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Need help with this AnyLink drop down menu!

    Hi!

    I have this menu on my website (the 'GET THE NEWS' ONE): http://www.dynamicdrive.com/dynamici...pmenuindex.htm

    My menu is: HOME, BIO, MEDIA, etc.. If your mouse is over Bio it shows "career, facts, bla bla bla" but if your mouse is over Media it shows the same!!! Thatīs the problem and I donīt know how to solve it. How can I add different anchor links for each section??

    Please, help me.

    Thank you.
    Last edited by whatsername; 01-27-2010 at 09:04 PM.

  2. #2
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    You might want something more like: http://www.dynamicdrive.com/dynamici...smoothmenu.htm

    Please post a link to the page on your site that contains the problematic script so we can check it out.
    Jeremy | jfein.net

  3. #3
    Join Date
    Jan 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    On the page where BIO and MEDIA are displayed, there is <A HREF = "" ... and the name of the submenu>BIO</A>. Apparently you have the same menuname for both BIO and MEDIA. Check the names on Menucontents.js.

  4. #4
    Join Date
    Jan 2010
    Location
    Spain
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Ok, Iīll try to explain my problem better. I have this code for the first drop down menu:


    var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
    anylinkmenu1.items=[
    ["Dynamic Drive", "http://www.dynamicdrive.com/"],
    ["CSS Drive", "http://www.cssdrive.com/"],
    ["JavaScript Kit", "http://www.javascriptkit.com/"],
    ["Coding Forums", "http://www.codingforums.com/"],
    ["JavaScript Reference", "http://www.javascriptkit.com/jsref/"] //no comma following last entry!
    ]


    And my question is: How can I add the content for the other drop down menus??

  5. #5
    Join Date
    Jan 2010
    Location
    Spain
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    ok. I have just solved the problem. I case anyone else wants to know:

    You have to rename the anylinkmenu3 with a different name. Then go to your navigation and use the link class="menuanchorclass" rel="NEWNAME">

    Itīs so easy! LOL

    Thanks everyone.

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
  •