Force IE and to use the latest rendering engine and/or Chrome Frame


/ Published in: HTML
Save to your folder(s)

Always force latest IE rendering engine (even in intranet) & Chrome Frame. Taken from the HTML5 Boilerplate.


Copy this code and paste it in your HTML
  1. <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame -->
  2. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

URL: http://html5boilerplate.com/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.