Monday, January 27, 2014

If IE9 is not working with your custom visualforce page then how to tell your visualforce code to run in IE8 compatibility mode

If IE9 is not working with your custom visualforce page then how to tell your visualforce code to run in IE8 compatibility mode

Add following metatag to pages:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />


No comments:

Post a Comment