Onmouseover/onmouseout working on firefox,chrome,safari But not on IE (asp.net)
I am using a javascript function to change image on mouseover 开发者_StackOverflow社区and onmouserout in asp.net3.5, its working perfectly for firefox, chrome and safari but when i test same flyout on IE then onmouseover/onmouseout image does not change. Please help and guide me in this way.....
I am waiting for your response.
Regards
Arshad
Use onMouseLeave
event for IE. This will solve the problem.
I know that my answer might be more of a comment, but not knowing what SelectImage(this,...,'k' or 'o') is and that why you'll need that kind of function, I can only provide you a vague answer because you did not provide as much details as you can, such as your C# and Javascript code.
http://www.krissteele.net/blogdetails.aspx?id=110
精彩评论