Results 1 to 2 of 2

Thread: AnyLink JS Customizing Question

  1. #1
    Join Date
    May 2009
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default AnyLink JS Customizing Question

    1) Anylink JS Drop Down Menu

    2) http://dynamicdrive.com/dynamicindex1/dropmenuindex.htm

    3) Im using the right loading version of this menu and I need it to load about 50 pixels further to the right, is there an existing section of the code that can be customized to do this?

    Thank you.
    Last edited by ddadmin; 05-30-2009 at 08:18 AM.

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

    Default

    Try finding the below line inside the .js file, and add to it the changes in red:

    Code:
    var posx=menu.anchorobj._offsets.left + (menu.orientation=="lr"? this.dimensions.anchorw+50 : 0) //base x pos
    DD Admin

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
  •