Search code examples
cssinternet-explorermenucross-browserdotnetnuke

force DNN 5.6 to load ie7 WHEN using either IE8 or 9


I am using DNN 5.6 and my site has a problen with the DNN menu. It shows up fine in Chrome, IE7 and FF but its messed up in IE8-9.

I want to force IE-8-9 to run as IE7 when the site/pages are loaded.

How can i do this?


Solution

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

    Make sure to put that close to the opening <head> tag, to avoid further issues