View Single Post
  #5  
Old 09-15-2012, 12:32 PM
 
tickseed tickseed is offline
 

Advanced Member
  
Join Date: Apr 2011
Posts: 60
 

Default Re: minicart problem in IE (OK in FF)

Steve,

Thanks for the reply. I changed (in meta.tpl in skin/common-files and skin/common-files/customer)

from

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

to

<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />


cleared out IE temporary files and the problem remains. If I "view source" in IE I see

<metahttp-equiv="X-UA-Compatible"content="IE=8"/>


However, on another system with IE9 it works fine ! On the problem system if I hit F12 and change Doc ode to IE9 it works fine. So, could it be that there is another version of meta.tpl or that something else is setting it to IE8 ?

Weird !

David
__________________
Version 4.4.2
Reply With Quote