guppyfisherman
01-01-2009, 08:34 PM
1) Script Title: Glossy Accordion Menu with responsive headers
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/ddaccordionmenu-glossy.htm
3) Describe problem:
I'd like to make the headers that can open and collapse act just like the menu headers that don't have submenus. In otherwords, when I click on a menu to expand it, I really want to open a new html page with the appropriate content for that menu header, along with the menu being expanded.
The example shows how to kind of do this by loading new content into an iframe (which I can duplicate via the onint() and onopenclose() event handlers), however I want to just use the href attribute to open a new page which shows the change of content and the expanded or collapse menu. Is there a way to indicate that action in the onopenclose() event?
Also, I can properly activate the menu items when clicking if I set the revealtype to mouseover, but I find it really distracting to keep having then menu items expand & contract upon mouseover, so I'd prefer a little more challenging approach to accomplish by clicking the menu header.
Thanks and Happy New Year!
~Andy
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/ddaccordionmenu-glossy.htm
3) Describe problem:
I'd like to make the headers that can open and collapse act just like the menu headers that don't have submenus. In otherwords, when I click on a menu to expand it, I really want to open a new html page with the appropriate content for that menu header, along with the menu being expanded.
The example shows how to kind of do this by loading new content into an iframe (which I can duplicate via the onint() and onopenclose() event handlers), however I want to just use the href attribute to open a new page which shows the change of content and the expanded or collapse menu. Is there a way to indicate that action in the onopenclose() event?
Also, I can properly activate the menu items when clicking if I set the revealtype to mouseover, but I find it really distracting to keep having then menu items expand & contract upon mouseover, so I'd prefer a little more challenging approach to accomplish by clicking the menu header.
Thanks and Happy New Year!
~Andy