Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #22044, comment 28


Ignore:
Timestamp:
10/02/2012 11:50:27 AM (14 years ago)
Author:
mindctrl
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22044, comment 28

    initial v1  
    1 I think the theme should include a line (shown below) in header.php telling IE to use its latest rendering engine. I've already seen three separate IE9 installs showing the default Twenty Twelve in Compatibility View, and on http://wordpress.org/support/topic/theme-twenty-twelve-nav-bar-fails-in-ie8" there have been two reports of it so far. In all of my tests, adding this single line fixed the IE9 problem.
     1I think the theme should include a line (shown below) in header.php telling IE to use its latest rendering engine. I've already seen three separate IE9 installs showing the default Twenty Twelve in Compatibility View (which breaks the menus), and on http://wordpress.org/support/topic/theme-twenty-twelve-nav-bar-fails-in-ie8" there have been two reports of it so far. In all of my tests, adding this single line fixed the IE9 problem.
    22
    33`<!-- [if IE]> <meta http-equiv="X-UA-Compatible" content="IE=Edge"/> <! [endif]-->`