The problem is most likely that the mouseover events of other objects (such
as the map)
are overidding the mouseout.
What I had to do for my Menu bar
(www.creative-workshop.com/demo/cwconcept.htm)
is put an onmouseover listener into the doument itself.
The I simple put code into the event to check if the mouse is within the
label.
if not, hide the label.

Doug Melvin
 ----- Original Message -----
From: "Martin Weinelt" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, January 21, 2001 8:37 AM
Subject: [Dynapi-Help] Label, table, mouseevents (ie)?


I am using Dan Steinmans Label.js from gui and want the label to show
up on a mouseover in a map, stay visible while the mouse is over the
label (or the link in the map) and use a settimeout to hide the
label on a mouseout (map, label).

This does not work in IE 5.x (NS ok). There was a discussion on
tables (which are where the content is put with label.js) and
mouseevents which I cannot recall (nor find in the help-lists archive)
...
When I put the label-table in a href tag with 'onmouseover' and
'onmouseup' it works, but this really is poor html. There must be
s/th better, no?

Thanks for any help or hints, Martin

_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help


_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to