Warning: Please include a link to the DD script in question in your post. See this thread for the proper posting format when asking a question.
You should be able to completely disable the script from dropping up when it feels it needs to, by removing the below code in inside the .js file:
Code:
if (windowedge-this.dropmenuobj.y < this.dropmenuobj.contentmeasure){ //move up?
edgeoffset=this.dropmenuobj.contentmeasure+obj.offsetHeight
if ((this.dropmenuobj.y-topedge)<this.dropmenuobj.contentmeasure) //up no good either?
edgeoffset=this.dropmenuobj.y+obj.offsetHeight-topedge
}
Bookmarks