Ok forget everything I said. After going around in circles, I think I've found the actual issue, which is in fact there is no issue with the script at all. The problem lies in your version of anylinkmenu.css, which is missing the below:
Code:
.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}
The default .css file on DD has this. You need to add it back in, and then, regardless of which version of the .js file you use, there should no longer be any gap. I guess others in the past that have experienced this same issue also was due to their removal of the above from their CSS file.
Bookmarks