Glossy Accordion Menu: need ability to have header used as a link as well as expand
1) Script Title: Glossy Accordion Menu v1.5
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...enu-glossy.htm
3) Describe problem: I am using the Glossy Accordion Menu and need to have menu headers also behave as links, for example:
Code:
<a class="menuitem submenuheader" href="www.yahoo.com" target="contentframe">Go to Yahoo</a>
<div class="submenu">
<ul>
<li>....</li>
<li>....</li>
</ul>
</div>
I would like for the menu header "Go to Yahoo", to not only toggle the submenu items, but also link to www.yahoo.com.
I saw here in the forums there was a post similar to this, but when I tried to apply it to the Glossy Accordion Menu I could not get it to behave as expected.
Is there a way to achieve this behavior with the Glossy Accoridon Menu?
Thank you
Adding a link to a header title in the accordion menu
Hi,
I am as well trying to have a link in the header of the collapsible menu, and that the collapsible menu is able to be opened by clicking in it an not rolling over it. I tired with the mouseover and it worked but, I am as well required by boss to have the link and the expanded info be clicked on. I have seen on a previous reply the code that was added to the ddaccordion.js. I am unsure of where exactly was this code entered in the ddaccordion.js file? Is there a way you guys can help me.
Thank you.:confused: