dink
02-23-2009, 10:38 AM
1) Script Title:
AnyLink Vertical Menu
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex1/anylinkvertical.htm
3) Describe problem:
Hello all,
I am new and hope I am doing this correctly.
The problem is the code works fine for menu 1-6 when I try to use
var menu7=new Array()
menu6[0]='<a href="#">Government</a>'
menu6[1]='<a href="#">Culture</a>'
menu6[2]='<a href="#">Life</a>'
menu6[3]='<a href=""></a>'
menu6[4]='<a href=""></a>'
it does not work, the submenu does not popup.
<p><a href="#" title=" " onMouseover="dropdownmenu(this, event, menu7, '165px')" onMouseout="delayhidemenu()">Site Seeing</a></p>
If I change the menu # it works fine.
<p><a href="#" title=" "
onMouseover="dropdownmenu(this, event, menu6, '165px')" onMouseout="delayhidemenu()">Site Seeing</a></p>
I have looked at the code and do not see any menu restrictions
Have I missed something?
The page can be viewed here.
http://www.adinkado.com/examples/mtziononsite/test_tooltip.htm
I apologize if this question has already been answered. I checked the forum but did not find anything about this.
Thanks
dink:eek:
AnyLink Vertical Menu
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex1/anylinkvertical.htm
3) Describe problem:
Hello all,
I am new and hope I am doing this correctly.
The problem is the code works fine for menu 1-6 when I try to use
var menu7=new Array()
menu6[0]='<a href="#">Government</a>'
menu6[1]='<a href="#">Culture</a>'
menu6[2]='<a href="#">Life</a>'
menu6[3]='<a href=""></a>'
menu6[4]='<a href=""></a>'
it does not work, the submenu does not popup.
<p><a href="#" title=" " onMouseover="dropdownmenu(this, event, menu7, '165px')" onMouseout="delayhidemenu()">Site Seeing</a></p>
If I change the menu # it works fine.
<p><a href="#" title=" "
onMouseover="dropdownmenu(this, event, menu6, '165px')" onMouseout="delayhidemenu()">Site Seeing</a></p>
I have looked at the code and do not see any menu restrictions
Have I missed something?
The page can be viewed here.
http://www.adinkado.com/examples/mtziononsite/test_tooltip.htm
I apologize if this question has already been answered. I checked the forum but did not find anything about this.
Thanks
dink:eek: