Salve a tutti,
sto provando a forzare la modalità di visualizzazione di un sito web con Internet Explorer 11, il documento dovrebbe essere visualizzato con modalità Internet Explorer 8.

Nel mio head ho inserito la stringa:
codice HTML:
<meta http-equiv="x-ua-compatible" content="IE=EmulateIE8" >
ma non va!

Il contesto generale è:
codice HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html>
    <head>
        <title>Nome della pagina</title>
        <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
        <meta name="vs_defaultClientScript" content="JavaScript"/>
        <link href="css/base.css" rel="stylesheet" type="text/css"/>
        <meta http-equiv="x-ua-compatible" content="IE=EmulateIE8" >
    </head>
Suggerimenti?

Grazie.