Rajiv Kirpalani wrote:
Hello guys,
I think my original topic was moved to a forum I cannot access anymore... have there been any updates to the Chromatophore IE8 problem? I know a good amount have days have passed since I first reported the issue.
Thanks in advance!
-Rajiv
You need to enforce compatibility mode in ie8.
In the template index.php file
find:
<head>
<jdoc:include type="head" />
<?php
Afterwards add:
header('X-UA-Compatible: IE="EmulateIE7"');