Force IE8/9’s best rendering mode
Add the following to the start of your page, after the usual global Supermodel includes.
<%response.setHeader("X-UA-Compatible", "IE=Edge"); %>
Add the following to the start of your page, after the usual global Supermodel includes.
<%response.setHeader("X-UA-Compatible", "IE=Edge"); %>