IE 8 Doc Mode - Pros and Cons <meta http-equiv = "x-ua-compatible" content = "IE = 8">
1 answer
IE8 will be displayed in IE8 standards mode if you provide the appropriate DOCTYPE, for example <!DOCTYPE html>. <meta http-equiv="x-ua-compatible" content="IE=8">not required to force it in this case.
, , IE9, IE8. - - IE9 ,
<!--[if IE 8]>
<meta http-equiv="x-ua-compatible" content="IE=8">
<![endif]-->
. <!DOCTYPE html>, ( IE6).
+3