| איך להורות לאקספלורר להציג דפים באמולציה לגרסאות קודמות Making IE9 render html pages like IE7 or IE6 using META tags. X-UA-Compatible meta tag or header |
<html> <head> <!-- Emulate Internet Explorer 7 --> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" > <title>My Web Page</title> </head> <body> page content </body> </html> |