Different question, same answer (see this thread):
http://www.dynamicdrive.com/forums/s...0486#post20486
The line you are looking for is:
Code:
dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+obj.offsetWidth+horizontaloffset+"px"
Either change it to a set left offset for all:
Code:
dropmenuobj.style.left="200px"
or add an adjustment, pushing all menus over an additional amount:
Code:
dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+obj.offsetWidth+horizontaloffset+50+"px"
Numbers in red are just suggested values, try it out and see if other numbers might be better.
Bookmarks