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.
Well, you can switch the menu behavior from the current reveal sub menu "onmouseover" to "onclick". That way, the sub menus are revealed when you click on the header, instead of mouseover:
Code:
//Initialize first demo:
ddaccordion.init({
headerclass: "mypets", //Shared CSS class name of headers group
contentclass: "thepet", //Shared CSS class name of contents group
revealtype: "click", //Reveal content when user clicks or onmouseover the header? Valid value: "click" or "mouseover"
Bookmarks