Script: AnyLink Drop Down Menu
http://www.dynamicdrive.com/dynamici...pmenuindex.htm
Is there anyway to use the drop down menu via the href attribute? Thanks!
Script: AnyLink Drop Down Menu
http://www.dynamicdrive.com/dynamici...pmenuindex.htm
Is there anyway to use the drop down menu via the href attribute? Thanks!
Last edited by tipsy88; 03-02-2006 at 10:46 PM.
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.
Hmmm I'm not sure what you mean. Please be more specific.
Script: AnyLink Drop Down Menu
http://www.dynamicdrive.com/dynamici...pmenuindex.htm
well current you need to do something like
onclick=" dropdownmenu(this, event, menucontents, '210px');"
due to some third party javascript generation we dont' have access to the onclick portion of the link, so i've been trying (rather unsuccessfully) to show the dropdown via, the href attribute.
something like
href="javascript:dropdownmenu(?,?,menucontents,'210px');"
is this possible?
Bookmarks