I understand that.
but is there any solution to my problem in standard javascript.
I want to hide a DIV on mouseout .
Please reply with the solution in standard javascript
regards
User Profile
Collapse
-
well ok
but what can be the possible solution to my problem??
is there no STANDARD event firing on mouse leaving from div??
regards,Leave a comment:
-
these events exists. please refer to.
http://msdn2.microsoft .com/en-us/library/ms535240.aspx#
Secondly they are working fine in IE as prescribed in msdn.
if i consider your piont.
what event should i use for hiding a div once mouse leaves the div.
remeber "onmouseout " doesnt work cuz the div contains child controls and when mouse comes over child controls(button s) the "onmouseout "...Leave a comment:
-
-
"<div>" events problem in firing in FireFox
Hi all
I have problem on firing "onmouselea ve" event of <div> html element.
Here is the code im using:
<div ID="BSHelpPanel " class="PageMenu Main" onclick="javasc ript:this.style .display='none' ;" runat="server" >
its working fine in IE while some other events too are not firing in firefox
like
ondeactivate
onfocusout
etc....
No activity results to display
Show More
Leave a comment: