开发者

Onmouseover/onmouseout working on firefox,chrome,safari But not on IE (asp.net)

开发者 https://www.devze.com 2023-02-28 12:35 出处:网络
I am using a javascript functionto 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

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

0

精彩评论

暂无评论...
验证码 换一张
取 消