Display bug in IE9

Not sure if you really care about display issues at this point in the game (Expecially IE specific ones!), but the logo and menu for the portal are not visible in IE9. See attached screenshot. Fine in chrome however.

IE9 v 9.0.8112.16421, Update Ver 9.0.1.

Hi Andrew,

Very strange. I’m testing in IE 9 on my laptop (same version as you) and the images and menu show through OK.

I can reproduce it if I tell IE 9 to render in compatibility view. Is there a chance your browser is also rendering in compatibility mode?

Paul

The next build of Octopus will force IE9 rendering mode with:

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

Your right - it must have kicked into compat mode for some unknown reason (I certainly didn’t switch it myself). Should have checked that in the first place. Good idea to force it though :slight_smile:

Cheers.