Search found 12 matches

by cmanley
Wed Jan 28, 2009 12:50 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Google Chrome issues
Replies: 1
Views: 2108

Google Chrome issues

I'm using a licensed menu in the site apotheekvoorzorg dot nl but it doesn't work properly in Google Chrome. When a menu is opened and the mouse hovers over a menuitem, then an unwanted horizontal line appears through the menuitem.
by cmanley
Tue Jun 24, 2008 8:25 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu positioning issue with Opera 9.50 only (menu ver 5.796)
Replies: 3
Views: 2396

Re: Menu positioning issue with Opera 9.50 only (menu ver 5.796)

I got it to work in Opera 9.50 by just adding this line to the list of globals:

Code: Select all

buildAfterLoad=true; // For Opera 9.50.
by cmanley
Mon Jun 23, 2008 5:54 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu positioning issue with Opera 9.50 only (menu ver 5.796)
Replies: 3
Views: 2396

Menu positioning issue with Opera 9.50 only (menu ver 5.796)

Hi, I'm using Milonic menu's version 5.796 in a new site I'm building. The menu's work just fine in IE6, IE7, Firefox 2, Firefox 3, and Opera 9.27, but not in Opera 9.50. In Opera 9.50 the submenu's are very offset. It's a very simple site actually. The menu is in a div that's located with in a cont...
by cmanley
Wed Jun 21, 2006 2:24 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: prevent submenu close onclick when it has submenus
Replies: 6
Views: 4358

Cool thanks, that worked!
by cmanley
Tue Jun 20, 2006 9:57 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: prevent submenu close onclick when it has submenus
Replies: 6
Views: 4358

Hi, The URL of the site in development is: http://mosavizion.dyndns.org/ I've added a test menu for you. If you navigate via the menu "Bedrijfsprofiel" to "Test" to "Nothing Special", and you click on the "Test" submenu, then it'll close. Thanks, Craig Manley
by cmanley
Fri Jun 16, 2006 2:41 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: prevent submenu close onclick when it has submenus
Replies: 6
Views: 4358

Hi Ruth,

I've tried that already but it had no effect. I've also tried adding "closeonclick=0;" to all the style and menu objects, but that had no effect either. It would be nice if there were some menu examples that demonstrated if and how this can be done.

Regards,
Craig Manley
by cmanley
Wed Jun 14, 2006 10:32 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: prevent submenu close onclick when it has submenus
Replies: 6
Views: 4358

prevent submenu close onclick when it has submenus

Hi, I want to make my menus work just as they do on the Windows desktop... that means if I click on a menuitem that has a submenu, then I don't want the current open menu to close. Is there a way to do this because it's irritating to users when they open a deep nested menu structure halfway and it a...
by cmanley
Mon May 15, 2006 9:13 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Random bug with MSIE6 & mmenudom.js & nested <scr
Replies: 5
Views: 3903

Migru wrote:Hi,-

what but ? Bug of IE6 ? A Milonic menu-systems bug ?

Michael
I've got no idea where the 'bug' is in because I can't read and debug the source code. It's only the combination of 3 seemingly unrelated things that causes it to occur.
by cmanley
Mon May 15, 2006 9:09 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Random bug with MSIE6 & mmenudom.js & nested <scr
Replies: 5
Views: 3903

benwalsh wrote:so this "bug" will only occur if the 'height: expression is used, I think this clears us.
uhh no, it'll occur only when all 3 of the requirements I mentioned are present. It's weird but not important anymore as I've solved the problem.
by cmanley
Mon May 15, 2006 9:07 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Firefox width parse errors when hovering over menus.
Replies: 1
Views: 2268

Firefox width parse errors when hovering over menus.

Hi, When hovering the mouse over a menuitem that contains a submenu, these error messages start pouring into Firefox's javascript console: Error: Error in parsing value for property 'width'. Declaration dropped. Source File: http://www.anything.com/ Line: 0 Is there any way to fix this in order to k...
by cmanley
Sat May 13, 2006 2:43 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Random bug with MSIE6 & mmenudom.js & nested <scr
Replies: 5
Views: 3903

Causes and solution found

Hi, I found a solution to the bug. It occurs when you use MSIE6, mmenudom.js, and a <script>..</script> block anywhere below a table row element that has a calculated height using the MSIE specific css command 'height: expression(...)'. My expression contains references to different elements in the ...
by cmanley
Sat May 13, 2006 3:51 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Random bug with MSIE6 & mmenudom.js & nested <scr
Replies: 5
Views: 3903

Random bug with MSIE6 & mmenudom.js & nested <scr

Hi, I'm evaluating this nice menu system in a test site to see if it's suitable before buying any licences. All's going well in Firefox, Opera, and MSIE6 except for this: In about 1 out of 5 refreshes of the site in MSIE6 a javascript error occurs that I can't debug because it's in an anonymous func...