Search found 20 matches
- Mon Apr 04, 2005 6:15 am
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Problems with "click" area for menus
- Replies: 2
- Views: 2526
- Sun Apr 03, 2005 8:15 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Problems with "click" area for menus
- Replies: 2
- Views: 2526
Problems with "click" area for menus
Hi all
I have a strange problem, that actually occurs on all the sites where Im using the milonic menu.
For example this one:
http://www.dansprint.com/1/1/the-ergometer.html
When moving the cursor over the milonic menu (top menu), the menus doesnt get "active" before the cursor is 10-15 pixels ...
I have a strange problem, that actually occurs on all the sites where Im using the milonic menu.
For example this one:
http://www.dansprint.com/1/1/the-ergometer.html
When moving the cursor over the milonic menu (top menu), the menus doesnt get "active" before the cursor is 10-15 pixels ...
- Mon Feb 07, 2005 5:10 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Problems upgrading from 5.63 to 5.7
- Replies: 9
- Views: 5879
hehe - that site was created before I saw the light 
Here is our new website - based on Milonic - http://new.wkh.dk

Here is our new website - based on Milonic - http://new.wkh.dk
- Mon Feb 07, 2005 7:46 am
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Problems upgrading from 5.63 to 5.7
- Replies: 9
- Views: 5879
- Fri Feb 04, 2005 12:03 am
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Problems upgrading from 5.63 to 5.7
- Replies: 9
- Views: 5879
- Thu Feb 03, 2005 9:41 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Problems upgrading from 5.63 to 5.7
- Replies: 9
- Views: 5879
Problems upgrading from 5.63 to 5.7
I´ve used Milonic dhtml menu version 5.63 on lots of sites. Im using the same site every time Im creating a new site. Until now I´ve just bought a new license, downloaded the zipfile and replaced the following 3 files in my website, to update the license:
milonic_src.js
mmenudom.js
mmenuns4.js ...
milonic_src.js
mmenudom.js
mmenuns4.js ...
- Wed Dec 22, 2004 11:26 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: How to hide and show menu through javascript
- Replies: 9
- Views: 10050
- Wed Dec 22, 2004 8:53 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: How to hide and show menu through javascript
- Replies: 9
- Views: 10050
- Wed Dec 22, 2004 2:01 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: How to hide and show menu through javascript
- Replies: 9
- Views: 10050
- Wed Dec 22, 2004 1:58 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: How to hide and show menu through javascript
- Replies: 9
- Views: 10050
- Mon Dec 20, 2004 9:33 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: How to hide and show menu through javascript
- Replies: 9
- Views: 10050
My code should have been:
But it still doesnt work ?!?
Code: Select all
function mm_showMenu() {
menuDisplay(gmobj("menu0"),1);
}
function mm_hideMenu() {
menuDisplay(gmobj("menu0"),0);
}
- Mon Dec 20, 2004 9:24 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: How to hide and show menu through javascript
- Replies: 9
- Views: 10050
How to hide and show menu through javascript
Hi
I need to do this:
1) drawMenus()
2) hideMenu
3) change position of menu
4) showMenu
I have made 2 functions for this purpose:
mm_showMenu() {
menuDisplay(gmobj("menu0"),1)
}
mm_hideMenu() {
menuDisplay(gmobj("menu0"),0)
}
My problem is that I cant seem to make the menu appear again ...
I need to do this:
1) drawMenus()
2) hideMenu
3) change position of menu
4) showMenu
I have made 2 functions for this purpose:
mm_showMenu() {
menuDisplay(gmobj("menu0"),1)
}
mm_hideMenu() {
menuDisplay(gmobj("menu0"),0)
}
My problem is that I cant seem to make the menu appear again ...
- Sun Oct 24, 2004 8:50 am
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: How do I position the MainMenu using a javascript function ?
- Replies: 10
- Views: 7106
aaaaaaah - got it 
I need to specify this for my Main Menus subs:

I need to specify this for my Main Menus subs:
Code: Select all
top="offset=20";
left="offset=20";[code]
- Sun Oct 24, 2004 8:46 am
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: How do I position the MainMenu using a javascript function ?
- Replies: 10
- Views: 7106
- Sun Oct 24, 2004 8:39 am
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: How do I position the MainMenu using a javascript function ?
- Replies: 10
- Views: 7106
- Sun Oct 24, 2004 8:07 am
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: How do I position the MainMenu using a javascript function ?
- Replies: 10
- Views: 7106
- Sun Oct 24, 2004 7:31 am
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: How do I position the MainMenu using a javascript function ?
- Replies: 10
- Views: 7106
- Sun Oct 24, 2004 6:55 am
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: How do I position the MainMenu using a javascript function ?
- Replies: 10
- Views: 7106
- Sat Oct 23, 2004 11:12 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: How do I position the MainMenu using a javascript function ?
- Replies: 10
- Views: 7106
- Sat Oct 23, 2004 10:46 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: How do I position the MainMenu using a javascript function ?
- Replies: 10
- Views: 7106
How do I position the MainMenu using a javascript function ?
My website design is centered in the browser and I would like to dynamically set the LEFT position of the main menu by using a javascript function.
My function looks like this:
var ie4_check = (document.all && !document.getElementById) ? true : false;
var ie5_check = (document.all && document ...
My function looks like this:
var ie4_check = (document.all && !document.getElementById) ? true : false;
var ie5_check = (document.all && document ...