View Single Post
  #82  
Old 08-24-2013, 06:07 PM
 
carpeperdiem carpeperdiem is offline
 

X-Guru
  
Join Date: Jul 2006
Location: New York City, USA
Posts: 5,399
 

Default Re: NEW xcart template - xtreme Gear

Quote:
Originally Posted by cflsystems
By the way

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

will make sure the site uses whatever IE browser version customer is using, no need to specify versions

LOL!
Thanks, Steve... I'm actually reading about an entirely different way to solve this:

What do you think about this?
http://www.validatethis.co.uk/news/fix-bad-value-x-ua-compatible-once-and-for-all/

PHP Code:
add it to your .htaccess file like so

<FilesMatch "\.(htm|html|php)$">
    <
IfModule mod_headers.c>
        
BrowserMatch MSIE ie
        Header set X
-UA-Compatible "IE=Edge,chrome=1" env=ie
    
</IfModule>
</
FilesMatch

I wonder if I have mod_headers enabled?
Sure do...

Gonna try it now.


PS -- are most people putting the chrome plugin into IE10?? really?
off-topic for this thread, but IE10 is impressive in many ways... and Win8 is pretty nifty, but I HATE the tiles... off-topic...
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote