This is a two part question. I building a web page and I need to know:
- Is there a way to detect if IE has smooth scrolling enabled (if so, how)?
- Is there a way to force IE to turn off smooth scrolling for my web page?
To be clear, I'm not asking how to turn off smooth scrolling for the whole computer. I am the developer developing a web page that will only work properly if smooth scrolling is disabled.
I'm just chirping in here 5 years later...
You can remove smooth scrolling in IE if you manually override the event yourself.
This was sufficient for me to resolve my IE smooth scrolling issues. Blatantly stolen from Here
In conclusion, IE sucks. ;)