Search found 4 matches

by ny152
Mon Oct 13, 2003 5:27 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu does not appear with popup() - HELP NEEDED
Replies: 6
Views: 5668

Issue solved

Thanks for the help. I have now solved the issue.
by ny152
Sun Oct 12, 2003 7:49 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Problems with positioning the menu
Replies: 4
Views: 3418

Problems with positioning the menu

With version 3.5 I used to position my menu like this:

var pos = (document.body.clientWidth - 833) / 2;
var hei = 90;

and then use the variables in the menu item string

addmenu(menu=[
"products",
hei ,
wid ,

etc.

However, I tried to use my "pos" and "hei" variables in version 5.0 but ...
by ny152
Sun Oct 12, 2003 9:09 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu does not appear with popup() - HELP NEEDED
Replies: 6
Views: 5668

When you move the mouse over the "LINK" noting happens; however, if you move your mouse over the static menu item "MILONIC" and then back over the "LINK" then the menu item appears...very strange. This happens with both NS7 and IE6.
by ny152
Sat Oct 11, 2003 11:44 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu does not appear with popup() - HELP NEEDED
Replies: 6
Views: 5668

Menu does not appear with popup() - HELP NEEDED

I am using the following code to display my menu:

<a href="yourlink.html" onmouseover=popup("milonic") onmouseout=popdown()>Link</a>

However, the menu "milonic" will not display ontil I move my mouse over the "real menu" item "milonic" and then scroll my mouse over the "Link" test again.

What ...