<meta http-equiv="X-UA-Compatible" content="IE=7" /> <meta http-equiv="X-UA-Compatible" content="IE=8" /> <meta http-equiv="X-UA-Compatible" content="edge" /> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> <meta http-equiv="X-UA-Compatible" content="IE=7;IE=9" /> Correct grammar rules: 1. When defining multiple document modes, use commas (,) instead of semicolons (;) as mentioned in the documentation. Replenish: 1. X-UA-Compatible is a new setting for IE8 and is not recognized by browsers other than IE8. This is different from content="IE=7" in that it is like using the standard mode of Windows Internet Explorer 7 regardless of whether the page contains the <!DOCTYPE> directive. The content="IE=EmulateIE7" mode follows the <!DOCTYPE> directive. For most sites, it is the preferred compatibility mode. 2. X-UA-Compatible is a special file header tag for IE8 version, which is used to specify different page rendering modes for IE8. As the usage rate of IE6 and IE7 is still high, it is very important to enable the X-UA-Compatible compatibility mode of IE8 version based on comprehensive considerations. The following are examples of various compatibility mode codes: <meta http-equiv="X-UA-Compatible" content="IE=5" /> <meta http-equiv="X-UA-Compatible" content="IE=7" /> <meta http-equiv="X-UA-Compatible" content="IE=8" /> <meta http-equiv="X-UA-Compatible" content="edge" /> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> The above content is how to set IE browser rendering mode. If you need it, you can use it yourself. |
<<: CSS Transition expands and collapses elements by changing the Height
>>: Detailed process record of Vue2 initiating requests using Axios
Hyperf official website Hyperf official documenta...
Preface Index Condition Pushdown (ICP) is a new f...
Table of contents 1. Introduction to Harbor 1. Ha...
Use JavaScript to implement a web page clock. The...
1. Overview of DDL Atomicity Before 8.0, there wa...
Let's try out nginx's reverse proxy here....
This article shares the specific code for the js ...
Regarding the high-performance distributed memory...
1. RPM version installation Check if there are ot...
Table of contents Preface Local storage usage sce...
This article uses an example to describe how to q...
1. Linux installation (root user operation) 1. In...
Preface With the crazy speculation of virtual cur...
Recently, when I was using the Linux operating sy...
1. CSS file naming conventions Suggestion: Use le...