Hi, it works good in ie9 and (ie9 - compatibility = ie7) . So you can fore IE8 to render site as IE7 by adding this as first tag in head section of page in index.php of template, just before <jdoc:include type="head" />:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />