I see this is now an option under "STYLE & configure LAYOUT" to disable EmulateIE7. When I visit my site pagsa.missouri.edu with IE9 beta, the documents mode is still IE7 (I have refreshed). I agree that the EmulateIE7 header line no longer exists, but how can I force IE8 documents mode?
EDIT
Nevermind, I see that I just need to add
Code:
<meta http-equiv="X-UA-Compatible" content="IE=8" />
Code:
<?php if ( isset($bfa_ata['EmulateIE7']) ) { if ( $bfa_ata['EmulateIE7'] == "Yes" ) { ?><meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> <?php }}; ?>
FEATURE REQUEST
Now that the code is in place on your end, it would be great to make the option a selectable list of document types so this doesn't have to be manually set with every update.