Results 1 to 2 of 2

Thread: AnyLink Positioning

  1. #1
    Join Date
    Sep 2004
    Posts
    23
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default AnyLink Positioning

    Script: AnyLink Drop Down Menu
    http://www.dynamicdrive.com/dynamici...pmenuindex.htm
    ---------------------------------------------------------------

    Here's one for you guys. I've got my menu positioned to the right with a simple change, but my question is this. How can I set the menu to stay positioned with the element, despite the fact that it may run off the bottom of the window? Thanks in advance.

    bfisher
    Last edited by bfisher; 03-07-2005 at 11:39 PM.

  2. #2
    Join Date
    Sep 2004
    Posts
    23
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Alright. I figured it out. Lucky for me I didn't post my question to a forum...

    Here's what I did. In the clearbrowseredge function you have to return an offset value of 0. It looks like this:

    Code:
    function clearbrowseredge(obj, whichedge){
      var edgeoffset=0
      return edgeoffset
    }
    Snazzy!

    I'm sure you could trace it back to the function call but I'm not that good at JS, so this will have to do for the time being.

    Thanks to the DD team for your hard work on this script.

    bfisher

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
  •