Thursday 16 February 2012

NO "onscroll" ON THE BODY TAG IN IE9

While updating all our pages to support HTML5, i came across an issue. There was an ONSCROLL inline html property on the body tag but the function it called never got triggered.  ie9 + does not support the onscroll event.

Solution for backward compatibility



http://msdn.microsoft.com/en-us/library/ms536966(v=vs.85).aspx

No comments:

Post a Comment