Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<blockquote> <p><strong>ClearType font rendering is used in all IE9 document modes; sub-pixel positioning is used only in IE9’s default standards mode. IE9’s compatibility modes—Quirks, 7, and 8—use whole-pixel text metrics.</strong></p> </blockquote> <p>So try switching your doctype to use <a href="http://en.wikipedia.org/wiki/Quirks_mode" rel="nofollow">Quirks mode</a>:</p> <pre><code>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"&gt; </code></pre> <p>or</p> <pre><code>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"&gt; </code></pre> <p>or one of the compatibility modes.</p> <h3>More info from MSDN</h3> <ul> <li><a href="http://blogs.msdn.com/b/ie/archive/2011/03/24/ie9-s-document-modes-and-javascript.aspx" rel="nofollow">IE9’s Document Modes and JavaScript</a></li> <li><p><a href="http://blogs.msdn.com/b/ie/archive/2010/11/03/sub-pixel-fonts-in-ie9.aspx" rel="nofollow">Sub-pixel Fonts in IE9</a></p></li> <li><p><a href="http://msdn.microsoft.com/en-us/ie/ff468705.aspx" rel="nofollow">Internet Explorer 9 Guide for Developers</a></p></li> <li><a href="http://msdn.microsoft.com/en-us/library/ff986083.aspx" rel="nofollow">Internet Explorer 9 Compatibility Cookbook</a></li> <li><a href="http://blogs.msdn.com/b/ie/archive/2010/06/16/ie-s-compatibility-features-for-site-developers.aspx" rel="nofollow">IE’s Compatibility Features for Site Developers</a></li> <li><a href="http://blogs.msdn.com/b/ie/archive/2010/10/19/testing-sites-with-browser-mode-vs-doc-mode.aspx" rel="nofollow">Testing sites with Browser Mode vs. Doc Mode</a></li> <li><a href="http://msdn.microsoft.com/en-us/library/cc288325%28VS.85%29.aspx" rel="nofollow">Defining Document Compatibility</a></li> </ul>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload