Warning: Please include a link to the DD script in question in your post. See this thread for the proper posting format for asking a question., in this case: http://www.dynamicdrive.com/dynamici...pmenuindex.htm
I'm pretty sure this has been asked in the past already, though to answer your question, simply find the line:
Code:
dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight+"px"
and change that to:
Code:
dropmenuobj.style.top=dropmenuobj.y+obj.offsetHeight+"px"
Hope this works,
Bookmarks