Search found 4 matches
- 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.
- 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 ...
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 ...
- 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
- 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 ...
<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 ...