Have you see thie error message when you load your website in IE8?
res://ieframe.dll/acr_error.htm#…..
There is the solution.
Put
<meta http-equiv=”X-UA-Compatible” content=”IE=EmulateIE7″>
In your every single page, between <head> and </head>
Enjoy!!
