-
layer-based mouse events
Hi all,
On IE4+, I've got a problem with the onmouseout event inside a div tag.
Here is the piece of code :
<DIV id=div1 style="RIGHT: 100px; LEFT: 100px; POSITION: absolute;" onmouseout="alert('out')">
this is div1<BR>
<B>this is bold text</B>
</DIV>
So all I want is to track when the mouse comes out of the div tag. But when
the mouse goes over the bold text (which is inside the div), it triggers
the onmouseout event ! And it does the same for any tag inside the div
Anyone knows how to prevent this ?
(in netscape it's alright - surprisingly - except that obviously I can't
use the onmouseout inside the div tag. But by capturing mouse events it works).
Thousands thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks