How do I make the dropdown menus appear above the text rather than below - I.e Create a DropUP menu! Ive tried editing the CSS, but no success.
Thanks
How do I make the dropdown menus appear above the text rather than below - I.e Create a DropUP menu! Ive tried editing the CSS, but no success.
Thanks
Answered my own query
In the line:
dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight+"px"
Edit the end as follows: (To raise it 75pixels)
dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight-75+"px"
Good to hear. BTW in the future 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.
Bookmarks