How to forcefully render a site in IE7 mode in IE8 using meta tag?


If you are new here, Subscribe to Full Feeds or by Email and receive free daily updates on Tips, Tricks and Tweaks..


IE8

Although Internet Explorer 8 supposedly follows the web standards better than its previous versions, many websites are still designed to render properly in IE7 mode and not for IE8. If one is using IE8, they can use the option Emulate IE7 so that all the sites they browse will be rendered as if they are using IE7.

But how to use the meta tag to forcefully render your site like in IE7?

Just use the following meta tag in the head section of the page.

<meta content="IE=EmulateIE7" http-equiv="X-UA-Compatible" />

It may look like this,

<html>
<head>
  <!-- Use IE7 mode -->
  <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
  <title>My Web Page</title>
</head>


Related Posts:
  • IdeaWicket - Open Innovation Portal
  • How to Enter Multiple Lines in a Single Excel Cell?
  • The Dawn of LyteByte
  • Advanced Feature Add-In to Get Live Data from Web in Excel 2007
  • Free Alternative Way to Convert Office Docs to PDF Format Using Google Docs


  • Enjoyed this post? Subscribe to Full Feeds or by Email and receive free daily updates on Tips, Tricks and Tweaks.


    1 Response to “How to forcefully render a site in IE7 mode in IE8 using meta tag?”


    1. 1 G Web

      We all see the new browser and cringe at the thought of how much extra work it is going to cause us with countless of hours of broken code. I am not a developer but I have to always explain to clients why the website is not working because of the browser, and clients just dont get why they have to spend money on something that we should know. I will forward this on to our developers, thanks for the head up, Goran.

    Leave a Reply




    LyteByte Full Feed

    About Lyte Byte & Me

    Bringing you Tips, Tutorials, and Tweaks on Computers, Internet, Operating System, Windows Vista, Office Applications, Web 2.0, Gadgets, Science, and Technology.
    Its a byte of technology, did you have your byte today?


    subscribe through Email