Aimkat
10-09-2008, 04:07 PM
1) AnyLink Drop Down Menu
2) http://www.dynamicdrive.com/dynamicindex1/dropmenuindex.htm
3) My problem is with the initial menu (not the rollover drop down area). I set up the links according to the tutorial:
<a href="http://www.yahoo.com" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu1, '150px')" onMouseout="delayhidemenu()">Whatever text</a>
But when I click the text/button, it won't go to the URL specified. It just sits there.
Any help is really appreciated. Thanks!
2) http://www.dynamicdrive.com/dynamicindex1/dropmenuindex.htm
3) My problem is with the initial menu (not the rollover drop down area). I set up the links according to the tutorial:
<a href="http://www.yahoo.com" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu1, '150px')" onMouseout="delayhidemenu()">Whatever text</a>
But when I click the text/button, it won't go to the URL specified. It just sits there.
Any help is really appreciated. Thanks!