View Single Post
  #248  
Old 05-10-2012, 05:43 PM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart Ability Template v4.4.x

Quick tip to disable IE8 standards mode...

skin/common_files/customer/meta.tpl

Replace...
Code:
<meta http-equiv="X-UA-Compatible" content="IE=8" />
With...
Code:
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
...which should enable rounded corners and other CSS3 effects in IE9 etc.

Not sure why QT are still doing this, even in v4.5.0 !
__________________
xcartmods.co.uk
Reply With Quote