Someone has probably posted this already, but if you place the following line of code just underneath your <title> tags on every page it will make IE8 display your site as if it was in IE7.
I just applied it to one of my websites that was completly broken in IE8 and now it looks fine again
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
Help

















