SyntaxFix
Write A Post
Hire A Developer
Questions
You can force IE10 to render in IE9 mode by adding:
<meta http-equiv="X-UA-Compatible" content="IE=9">
in your <head> tag.
<head>
See MSDN for more information...