Search found 16 matches

by maitredede
Wed Aug 03, 2005 11:22 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: IE keeps crashing when mouse moving on a menu...
Replies: 4
Views: 4707

The way you have your menu coded in the HTML is not entirely by the rules.

It's hard to respect rules...

I need to have some functions working, or else my boss will kick me out... So I work on other parts of the website, but one time on three, his browser (IE) crashes when going to the first ...
by maitredede
Tue Aug 02, 2005 3:20 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: IE keeps crashing when mouse moving on a menu...
Replies: 4
Views: 4707

Both are related :
- under Firefox, the document.onmousemove I put is simply ignored
- under IE, when the event is catched, it makes a crash

So My question is :

How can I do to have my own code in document.onmousemove with the menu ?
by maitredede
Tue Aug 02, 2005 3:13 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: IE keeps crashing when mouse moving on a menu...
Replies: 4
Views: 4707

IE keeps crashing when mouse moving on a menu...

Hi

I've tested it over several windows, and this is a fact : IE is really a bad browser...
When I load the page, it's OK, but when I put my cursor, I just have a window saying me that IE must be closed...

Here is the link : http://metm.no-ip.org

Maybe it is related with http://www.milonic.com ...
by maitredede
Tue Aug 02, 2005 2:24 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Javascript issues : document.onmousemove
Replies: 5
Views: 4515

I think I should put my document.onmousemove= at the bottom of my document, to make it work... I'll give a try...
by maitredede
Mon Aug 01, 2005 4:04 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Javascript issues : document.onmousemove
Replies: 5
Views: 4515

It seems that I can get the event onmousemove only in the document object...

How can I do to have both menu and my own script working ?
(using menu v5.728)
by maitredede
Mon Aug 01, 2005 3:57 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Javascript issues : document.onmousemove
Replies: 5
Views: 4515

This function actually is moving a div box (named tip because it acts like a tooltip, but with custom html code in)

In the sample using I've found, the moveTip function is used on the document... I'll try to use other way to get the event...
by maitredede
Fri Jul 01, 2005 9:21 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Javascript issues : document.onmousemove
Replies: 5
Views: 4515

Javascript issues : document.onmousemove

Hi

In my page, I have a small tooltip working with the document.onmousemove event. I have this : document.onmousemove=moveTip;

When I take a look at the DOM inspector (firefox) I see that the onmousemove is something other, your menu functions.

What should I do to let my script work again ...
by maitredede
Tue Jun 28, 2005 12:40 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Little bug with menu and IE : still having the bug...
Replies: 13
Views: 8563

Sorry for replying so late, i've tested your solution just now.

It seems that there is no more this problem. I've put the menu into "relative"...

Thanks.
by maitredede
Fri Jun 03, 2005 12:46 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Little bug with menu and IE : still having the bug...
Replies: 13
Views: 8563

I've rewrited my code to meet the 'first thing right after the body tag' condition. Still not working... :cry:
by maitredede
Fri Jun 03, 2005 10:57 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Little bug with menu and IE : still having the bug...
Replies: 13
Views: 8563

1. The function is in the file '/script/gal_scrip.js' called in <head>

2. I generate the menus with php, from your sample files. So I will rewrite some code to call the files at the right place. But why should I put my menu definition (styles, submenus) just after the body tag ? Is it so different ...
by maitredede
Wed Jun 01, 2005 3:09 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Little bug with menu and IE : still having the bug...
Replies: 13
Views: 8563

Little bug with menu and IE : still having the bug...

Hi

I'm continuing this post : http://www.milonic.com/forum/viewtopic.php?t=5968

I have the latest version of the menu

The bug is when I click forward on IE toolbar, and then backward, the menu is on the page, but stills inactive... This problems has appeared on three differents computers. I ...
by maitredede
Mon May 30, 2005 1:56 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Little bug with IE : menu not responding
Replies: 7
Views: 4539

Still having the bug : click on a link (goes into the directory module of apache, since destination page is not done) and then click the Back button on IE, the menu is appearing (all options of menu) but no interaction, no animation, nothing but the 'always visible' items.
by maitredede
Fri May 20, 2005 10:24 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Little bug with IE : menu not responding
Replies: 7
Views: 4539

I've done that things :

- Put only one time the menustyle
- put the submenu before the first menu

The drawMenus() function should be called twice, or only once in my case ?

Here is what I have :
- menustyle
- submenu
- mainmenu1
- drawMenus()
- ... page
- mainmenu2
- drawMenus()

Is it ...
by maitredede
Wed May 18, 2005 3:40 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Little bug with IE : menu not responding
Replies: 7
Views: 4539

Little bug with IE : menu not responding

Hello
I've found this under IE 6.0 under WinXP SP2

When using Previous and Next buttons of IE, if the target page contains the menu, it doesn't give any response :

I go to my site : index.php (this page has a menu)
I click "Something" (in the menu) to go to page.php
I click Previous on IE
-> The ...