IE9 has a weird problem where it renders intranet sites in compatibility mode.
Does anyone know a way how to prevent this from happening?
Note: I am not loo
If you can add code to the homepage, you can simply add this:
to your website's header.
(You can also use to force IE9-Renderer) This will force IE9 to render in standard mode.
Another way is to use another doctype: Put this to the top of your code: