Welcome, Guest. Please login or register.
Login with username, password and session length


Need help or want to talk to other developers? Join the VirtueMart Chat! Read more...

  Advanced search

247038 Posts in 67506 Topics- by 258314 Members - Latest Member: aniketana
Pages: [1]   Go Down
Print
Author Topic: Ja_Larix display broken in IE8  (Read 4707 times)
jenkinhill
Global Moderator
Hero Member
*
Posts: 9763



WWW
« on: October 29, 2009, 09:53:49 AM »

The JA Larix template is provided as demo template in the eCommerce edition of VirtueMart. With IE8 the cart module in the page header is displaced to the left of the page. This can be fixed:

Look in the  ja_larix template folder   /components/com_virtuemart/themes/ja_larix/
Find the index.php file
In the <head> code change the IE filter to

<!--[if lte IE 6]>
<style type="text/css">
.clearfix {height: 1%;}
</style>
<![endif]-->

<!--[if 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]-->


There are further IE8 related issues - the fix for most is to put the following in the index.php head code:

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
Logged

Kelvyn
Jenkin Hill Internet,
Keswick, Lake District

Please do not PM or Email me with support questions. I look at PMs only once a month. You will get better and faster responses in the support forums.

Current recommended release versions are: Joomla! 1.5.23 :: VirtueMart 1.1.8

URGENT:  Help VirtueMart development by testing  version 1.1.9
Pages: [1]   Go Up
Print
Jump to: