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.
thanks in advance
Basharat
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.
thanks in advance
Basharat
Comment