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...