Wednesday, October 17, 2012

IE 8 mouseover vs mouseenter

In a nutshell, mouseover doesn't work correctly in IE8. I noticed it when a div showed flickering behavior and I could only blame it on the binded event. I couldn't find a lot of information on this, except some blogs that recommended using mouseenter. It's a quick fix and works great.

No comments: