Jump to content

Incompatibility CubeCart V4.* vs IE9


Martin Verkerk

Recommended Posts

  • 2 months later...
  • 1 month later...
Guest Roger Huston

Hello,

This is an easy fix. You just need to tell IE to behave like IE8. You do that by putting the following line in the header in index.tpl and cart.tpl (Global Templates)

<meta http-equiv="x-ua-compatible" content="IE=8" />

- Roger

Link to comment
Share on other sites

  • 2 weeks later...

Wow. would be fun if this really works! I will check it out!

Hello,

This is an easy fix. You just need to tell IE to behave like IE8. You do that by putting the following line in the header in index.tpl and cart.tpl (Global Templates)

<meta http-equiv="x-ua-compatible" content="IE=8" />

- Roger

Link to comment
Share on other sites

  • 6 months later...
Guest Roger Huston

Hello,

There is another strange issue I found on this topic just recently. It seems if you use the font "Helvetica" in your stylesheet, IE9 will choke on your website. Yes, this is an update at the end of March 2012 and Yes, IE9 still has this problem.

body,td,div,p { color: #000; font: 11px/1.6 Verdana, Arial, [color=#ff0000]Helvetical[/color], sans-serif; font-weight:normal; padding:0px; margin:0px;}

Remove that from your stylesheet and IE9 for Windows won't choke. The other option is to go to your windows fonts folder and delete the Helvetica font from your system. While this will fix the issue on your computer, it will not fix it on others.

- Roger

I love IE!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...