Snippets
Force site to run in IE7 Compatibility mode
Recently we developed an intranet application simply using all the microsoft components etc, the moment we viewed it in IE8 we found that the menu isn't working anymore, when switching to IE7 compatibility within IE8 it worked fine.... sooooo we found the following snippet that forces IE8 to display a page using this mode without needing to set it.
Hopefully MS will sort their components out, or alternatively one can go for third party components.... anyway....
<!-- Use IE7 mode --> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
posted by Christoff Truter on 2009-07-22 10:00:19