The solution for making the website compatible in IE8
2009-12-16
If your website is experiencing layout rendering issues in IE8, you can change your meta tag to tell the browser to render it in compatibility view as the following:
| <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7;FF=3;OtherUA=4" /> |