ie8 bug

Hi there, i’m using the larix template but their is a ie8 bug. See the attachment. How can i fix this?

7 answers

Profile photo of Felipe Santos 0.00 $tone September 11, 2009
Public

i have the same problem on IE8.

anyone fix them?

i beleive it is on css file

im trying this, please take a look:
http://forum.virtuemart.net/index.ph…1115#msg181115

this work for me:

under ja_larix template folder.
in index.php file(/templates/ja_larix)
change 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]-->

#2
diastasi 0.00 $tone November 19, 2009
Public

Because the link is dead .. and because I forgot to delete it from my disk (thank god)..
I put it as an attached.

Have fun

#5

This question is now closed

Written By

Comments