logo

IE8 Compatability Mode Strikes My Blog

I have started working with a new client for some web design work and they were reviewing my site to see my skills… When whammo, my menus are broken and they can’t get into my portfolio. I immediately open IE8 to see what is wrong and I don’t see anything weird.

That’s when I remember that I installed with compatability mode disabled by default. I turn it on and kablooey! my menus break.

So if you develop using standards put this meta tag in your document head. Or in the wordpress header file.

<meta http-equiv=x-ua-compatible content=IE=8>

Now my menus work again, stupid Microsoft.