Posts

Showing posts from February, 2014

Force SharePoint to use IE 7 to solve IE 8 Rendering problem

Many people might have faced this issue that SharePoint is not rendering properly in IE 8, where there is a KB956197 on Microsoft site, explaining this problem.  to solve this add the below code in your masterpage "<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />" This will force your site to be displayed in IE compatibility mode and it renders without any glitches Regards Ratsub