I have two questions:
How can I force IE10 to render in IE9 document mode? Currently it\'s rendering my page in Standard document mode.
In I
You can force IE10 to render in IE9 mode by adding:
in your tag.
See MSDN for more information...