Dear fellow Virtuemart users,
I have recently for the first time opened my website using IE9, and realised that the website is not displayed correctly. I have already fixed these problems for other versions of Internet Explorer (see the code below). The website works properly when I manually activate the compatibility view. Therefore, it looks as if IE9 does not show the website in IE7 mode, however I am not sure and I don't know how to solve this problem.
I am using Joomla 1.5.22, VirtueMart 1.1.8 stable and ja_larix 1.4. I hope the screenshot is helpful.
Thank you in advance for your comments and suggestions!
<head>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
and
<!--[if lte IE 6]>
<style type="text/css">
.clearfix {height: 1%;}
</style>
<![endif]-->
<!--[if gte IE 7.0]>
<style type="text/css">
.clearfix {display: inline-block;}
</style>
<![endif]-->
<!--[if gte IE 8.0]>
<style type="text/css">
.clearfix {height: 1%;}
</style>
<![endif]-->
[attachment cleanup by admin]