Results 1 to 3 of 3

Thread: AnyLink Drop Down Menu - force drop down

  1. #1
    Join Date
    Dec 2005
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default AnyLink Drop Down Menu - force drop down

    Hello,

    Can the AnyLink Drop Down Menu script be modified to always drop down? I am currently having a problem where, when the browser window in too small, the drop down menu pops up over the original link.

    I would like to modify the script so that menu always drops down, even if that means the user will have to scroll down to see the full drop down menu.

    Thanks so much for any help.

  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 for asking a question., in this case: http://www.dynamicdrive.com/dynamici...pmenuindex.htm

    I'm pretty sure this has been asked in the past already, though to answer your question, simply find the line:
    Code:
    dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight+"px"
    and change that to:
    Code:
    dropmenuobj.style.top=dropmenuobj.y+obj.offsetHeight+"px"
    Hope this works,

  3. #3
    Join Date
    Dec 2005
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question AnyLink DropDownMenu problem with form objects

    Hello.
    I find the AnyLink DropDownMenu a very good tool for the websites Im developing, so first of all, thanks for the help.

    The problem I found is that when the menu is opened over a form, the form objects don't stay at the background, they stay visible, over the menu. Is there a way to prevent this?

    Thank you,


    Federico
    Buenos Aires
    Argentina

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
  •