
Originally Posted by
scrap
Microsoft released its Internet Explorer (ie9) today and I noticed straight away that it doesn't display IH2 hover effect correctly. Or, perhaps more correct, it seems to display the image hoover when a category is first loaded, but as soon as the page is scrolled the hover doesn't work any more.
Can anyone confirm? I've tried two more sites found in this thread and none is working with the image hover overlay.
A fix would be great!
Yep i can confirm its happening like you say, weird as i never noticed this error when using the RC version of IE9, but just tested it and it fails in there too.
There isn't a fix yet
However there is a hack, it hasn't been extensively tested, but it works for me
find your
includes/templates/YOUR_TEMPLATE/common/html_header.php
if you don't have that file copy the one from
includes/templates/template_default/common/html_header.php
find this section
Code:
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>" />
<meta name="keywords" content="<?php echo META_TAG_KEYWORDS; ?>" />
<meta name="description" content="<?php echo META_TAG_DESCRIPTION; ?>" />
<meta http-equiv="imagetoolbar" content="no" />
and add this
directly under it
Code:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />
This tells IE9 to use the IE8 compatibility,
Bookmarks