Results 1 to 4 of 4

Thread: Unable to link to the name of a drop down menu

  1. #1
    Join Date
    Apr 2008
    Posts
    3
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Unable to link to the name of a 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:

    Hi there

    The script on the above page does not allow the user to go to "default.htm" i.e. the link that is originally identified when the mouse pointer is hovering over it. I wish to be able to allow the user to choose this link in addition to the subsequent links that appear in the drop down menu beneath it after hovering. Please advise how this can be enabled.

    Many thanks

    Soroosh Sadeghi

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

    Default

    Try setting the below variable inside the script to "no":

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

  3. The Following User Says Thank You to ddadmin For This Useful Post:

    soroosh (04-12-2008)

  4. #3
    Join Date
    Apr 2008
    Posts
    3
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Doesn't appear to do a thing I'm afraid.

    Any other ideas?

  5. #4
    Join Date
    Apr 2008
    Posts
    3
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    I have found that removing the line:

    onClick="return clickreturnvalue()" solves the problem on my browser (IE6), but am not sure of the repercussions on other browsers.

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
  •