Along with the inevitable release of the full, public version of Internet Explorer 8, we as web developers will experience a simultaneous groan as our clients call about how their sites either display incorrectly or simply don’t work in the newest version of Microsoft’s browser. We’ve started early in our testing, but the numerous hacks and workarounds needed still don’t produce the results we’re looking for.
Not to fear…IE 8 has the ability to render pages in Compatibility Mode, which emulates the rules of IE 7. We can tell IE 8 to enter this mode by one, simple line of code within the header of our sites:
<meta http-equiv=”X-UA-Compatible” content=”IE=EmulateIE7″ />
Save your files (or header include if you’re using include files) after putting in this line, and IE 8 will display your pages correctly. Obviously, this only applies to problems that are a result of IE 8’s horrible rendering standards; if you screwed up a tag somewhere, you’ll still see the problem there.
I've been in the professional web development field for around 14 years, working in various industries including telecommunications, finance, and government. I'm a musician, a gamer, and a muscle car afficianado. Although born and raised in Houston, Texas, I currently call Sarasota, Florida home.
Recent Comments