Search found 6 matches

by Dubie
Tue Mar 16, 2004 8:32 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: 2 different Menus on page.
Replies: 10
Views: 6854

Anyone know whats all needs to be added to the menu to add the right click menu or what order the .js files need to be in?
As you can see from above I have a menu already and would like to add the right click menu to my page.

Thanks for your time,
Dubie
by Dubie
Sat Mar 06, 2004 1:54 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: 2 different Menus on page.
Replies: 10
Views: 6854

right click menu

I am trying to get the right click menu to work is all.

I added the double } like he said:

menu{
If{
aI("statements should all end with 2 closing;");
}
}

To all the code above.

I added the ;
on all the
margin=3
should be:
margin=3;

Then the menus just stoped showing up all together.
As ...
by Dubie
Fri Mar 05, 2004 7:35 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: 2 different Menus on page.
Replies: 10
Views: 6854

half way there

Well I went to where it calls the menu_data.asp's and added a new one to it to add menu_data2.asp.
Now when I call the site up, the top menu works great.
When I try to right click on the site it does nothing.
Nothing come up at all not even the defualt IE options, so it its seeing it there but its ...
by Dubie
Fri Mar 05, 2004 6:37 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: 2 different Menus on page.
Replies: 10
Views: 6854

nada

Sup,

I went thro it all and added what you said and it wont work that way.
It works fine with the way it is, http://www.dubie.net
Only thing I am having trouble with is addin another menu with it.
There is no way to just add another menu_data.js like menu2_data.js then just make the calls for it ...
by Dubie
Fri Mar 05, 2004 7:56 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: 2 different Menus on page.
Replies: 10
Views: 6854

hmmm

Sup,

They are all named different and in one file "menu_data.js"
Here is the code from that file:

<SCRIPT language="JavaScript">

_menuCloseDelay=500 // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150 // The time delay before menus open on mouse over
_followSpeed=5 ...
by Dubie
Fri Mar 05, 2004 5:00 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: 2 different Menus on page.
Replies: 10
Views: 6854

2 different Menus on page.

Hello all,

I seen the readme about adding 2 menus on a page.
I've tried a couple things and they are still running into each other on the page.

I have one that goes across the page on the top.
I am trying to add the menu "on right click".

I went ahead and put all the files I would need to for it ...