hi if u add this code all will work fine
$browser = // u need to something to get the version of the browser like a class or something like that
if ($explorer == 8)
{
<meta http-equiv=”X-UA-Compatible” content=”IE=8″>
}if($explorer = 7)
{
<meta http-equiv=”X-UA-Compatible” content=”IE=7″>
}