Hi:
I have jsp page that uses css which in turn calls a htc component. The jsp page uses the div tag with id attribute to connect to the css (which in turn call the htc) component.
I have added the following code to the top of the page. However, the browser does not render the page correctly. If I add the page to the "compatibility view settings" it works fine.
In both the cases when I press the F12 button it shows the Browser Mode is IE10 and Document Mode is IE5 quirks.
Could you please help me or contact me if you need more information.
<!DOCTYPE HTML>
<HTML>
<HEAD>
<meta http-equiv="x-ua-compatible" content="IE=5" >
</HEAD>
<BODY>
BLAH BLAH BLAH
</BODY>
</HTML>