IE8 互換モード

<?php if (strpos($_SERVER[‘HTTP_USER_AGENT’],”MSIE 8″)) {
header(“X-UA-Compatible: IE=8”);} ?>

This will make IE8 fix to standard IE8 display mode.