Script: apple style accordion menu
http://www.dynamicdrive.com/dynamici...menu-apple.htm
I need help with this javascript. For some reason I cannot have the content to be toggled via "mouseover"
Thanks![]()
Script: apple style accordion menu
http://www.dynamicdrive.com/dynamici...menu-apple.htm
I need help with this javascript. For some reason I cannot have the content to be toggled via "mouseover"
Thanks![]()
Can I see your code?
Also you mentions "mouseover", so incase you put that as an attribute. It should be onmouseover.
I hope this helps.
Jeremy | jfein.net
Please post a link to the page on your site that contains the problematic script so we can check it out. BTW, "mouseover" (instead of "onmouseover") is the correct keyword to use in the initialization code already:
Code:ddaccordion.init({ headerclass: "silverheader", //Shared CSS class name of headers group contentclass: "submenu", //Shared CSS class name of contents group revealtype: "mouseover",
Bookmarks