It's impossible to say for sure without seeing your code, but since your code seems to work in IE9 and not IE10, I would check to see if you're relying on conditional comments (ie. '[if IE]') because IE10 removes support for them in its native mode.
Make sure that any settings that include settings with vendor prefixes (ie. '-moz' or '-webkit') also include the W3C standard form.