About Me

microformats hcard approaching

is a Professional Geek for Microsoft Australia. More info lives underneath the About Box...

33.831416, 151.222526
MrCell+61.417.212181
Work:
1 Epping Road
North Ryde, NSW 2113
Australia
photo of nick hodge

Stuff

actionaid_200X200

View Nick Hodge's profile on LinkedIn

msdn channel 9

Fixing nickhodge.com (quickly) for IE8

By Nick Hodge | August 30, 2008

Internet Explorer 8 beta 2 has been released. The night before a big PR thing in Melbourne (Premier of Victoria, etc) and I decided to install it on my demo laptop. Brave, yet safe move.

What about this website?

Not so good. Something is broken somewhere. In the week before TechEd 2008 I don’t have time to completely diagnose and fix the wordpress template. So, sort of like welding it together for a few weeks until things die down - it is time for a simple fix.

How can you tell? See the “broken document” icon on the right of the URL: this indicates that the site has been designed for older browsers.

IE8 Fix

 

There are two potential fixes. One is to click on the broken icon, and Internet Explorer will revert to Internet Explorer 7 mode.

A smarter fix for this web site is a one-line change to my template (in my case, header.php for this template)

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

 

IE8 Fix

 

Refreshing the site, and magically it renders correctly, and there is no “broken” document icon.

IE8 Fix

[Post to Twitter] Tweet This Post 

Topics: ie7, ie8, microsoft, technology, wordpress | 3 Comments »

3 Responses to “Fixing nickhodge.com (quickly) for IE8”

  1. Paul Says:
    August 31st, 2008 at 5:06 pm

    Without that metatag, it seems like if have an XHTML DTD set, IE8 will always give you that 'broken icon'.

    If you set your DTD to HTML 4.01, the site may render really weirdly, but it'll no longer present the broken icon.

    Le gah?

  2. Paul Says:
    August 31st, 2008 at 5:39 pm

    Err, scratch that. From the IE8 blog, it'll display that everytime it's in standards mode.

    In quirks mode or when viewing locally/on an intranet, it AUTOMAGICALLY renders in IE7. Ouch.

  3. Ravneel Chand Says:
    September 1st, 2008 at 11:24 am

    If that is what it wants, it's fairly useless, and stupid. Older websites don't have this tag; they're old, from before when Internet Explorer 7 and Internet Explorer 8 were around.

Comments