Results 1 to 2 of 2

Thread: Flex Level Menu - same vertical position?

  1. #1
    Join Date
    Jan 2010
    Posts
    26
    Thanks
    6
    Thanked 0 Times in 0 Posts

    Default Flex Level Menu - same vertical position?

    1) Script Title: Flex Level Drop Down Menu

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...exdropdown.htm

    3) Describe problem: If you open up a sublevel within the menu, for example "Item Folder 3a", the new level that appear does not appear at the exact same vertical position as the previous. Instead, it appears one pixel down compared to "Item Folder 3a" block.

    How to remove the one pixel difference and make them appear at the exact same vertical position in relation to each other?

  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 line:

    Code:
    var y=0
    inside the .js file, and change that to:

    Code:
    var y=-1
    instead. If needed, change -1 to an event smaller number, like -3.
    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
  •