1) Script Title: anylink css
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...anylinkcss.htm
3) Describe problem:
I want to have multi level with this script, I try but don't know how can I do it.
I duplicated the dropdownmenu function and just comment a line:<div onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, 'menu_parent')" class="style2" align="center">Menu parent</div>
<div id="menu_parent" class="anylinkcss">
<a id="sous_menu" onClick="return clickreturnvalue()" onMouseover="dropdownmenu2(this, event, 'autre')" href="#">lien1</a>
<a href="#">lien2</a>
But it doesn't work...Code:function dropdownmenu2(obj, e, dropmenuID){ if (window.event) event.cancelBubble=true else if (e.stopPropagation) e.stopPropagation() if (typeof dropmenuobj!="undefined") //hide previous menu //dropmenuobj.style.visibility="hidden" [...]
Can someone help me, give me a solution?



Reply With Quote

Bookmarks