1) Script Title: Glossy Accordion Menu
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...ordionmenu.htm
3) Describe problem:
Not really a problem as such - a slight mod, when the headers are collapsed and showing a plus sign the user clicks on the header and it opens to show all sub menu items - is it also possible that when the user clicks on this header that not only does the menu open but the click takes the user to a different page?
Example in my html i have this as the header code:
<a class="menuitem submenuheader" class="menuitem" href="historique.htm">la societe</a>
<div class="submenu">
<ul>
<li><a href="credits.htm">credits</a></li>
<li><a href="termes-et-conditions.htm">termes</a></li>
</ul>
</div>
So when a user clicks on "la societe" I want the menu to open and the user to go to historique.htm
Is that possbile?
TIA
Mike



Reply With Quote

Bookmarks