Results 1 to 3 of 3

Thread: anylink dropdown menu help

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

    Default anylink dropdown menu help

    Hello all. I am new to all this, but came across the anylink dropdown menu and was able to tweek it to suit my needs - all except one thing. I want to be able to have the drop down links, but also to be able to link the word over which you hover to get the drop down. At current, when you click on it, the menu disappears, but it doesn't link to the site intended.

    Thanks,
    swbc

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

    Default

    Warning: Please include a link to the DD script in question in your post. See this thread for the proper posting format when asking a question.


    Ref: http://www.dynamicdrive.com/dynamici...pmenuindex.htm

    Sure, just change the function:

    Code:
    function clickreturnvalue(){
    if (ie4||ns6) return false
    else return true
    }
    to:

    Code:
    function clickreturnvalue(){
    return true
    }

  3. #3
    Join Date
    Apr 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Thanks!

    That was great - Thanks a lot!

    swbc

    "For there is no difference; for all have sinned and fall short of the glory of God, being justified freely by His grace through the redemption that is in Christ Jesus." - Romans 3:22-24

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
  •