Web developers are concerned about the coexistence of IE7 and IE8

Web developers are concerned about the coexistence of IE7 and IE8


I installed IE8 today. When I went to the Microsoft website to download it , I found that the Chinese version of the beta was already available. Haha, I found that IE8 is not as demonized as the legend said. It is a good browser with good new features .
The problem of IE7 and IE8 coexistence that web developers are concerned about can actually be solved very well.
Solution 1:

There is a switch button "Imitate IE7" in the upper right corner of the browser, but it is a bit troublesome as you need to close the browser and reopen it.
Solution 2:

In the "Developer Tools" that comes with IE8, click View and select strieet (Internet Explorer 7) to view the effects under IE7 without restarting the browser.
It only provides IE5/7/8, but no IE6 mode. Fortunately, I have " href="http://tredosoft.com/Multiple_IE" target="_blank">Multiple-IE.
Solution 3: Because IE8 contains the IE7 kernel, so just install a browser with the IE kernel, such as The World and Maxthon, and open a web page, it will use the IE7 kernel in the system by default, haha

By the way, IE8's development tools have a nice feature, which may have been missed in previous development tools.

<<:  Detailed example of reading speed of js objects

>>:  Detailed explanation of the text-fill-color property in CSS3

Recommend

Tutorial on installing mysql5.7.36 database in Linux environment

Download address: https://dev.mysql.com/downloads...

CentOS 6.5 i386 installation MySQL 5.7.18 detailed tutorial

Most people compile MySQL and put it in the syste...

MySQL Community Server 5.7.19 Installation Guide (Detailed)

MySQL official website zip file download link htt...

MySQL5.7 single instance self-starting service configuration process

1.MySQL version [root@clq system]# mysql -v Welco...

Common front-end JavaScript method encapsulation

Table of contents 1. Enter a value and return its...

Make your website run fast

Does performance really matter? Performance is im...

Explanation of Dockerfile instructions and basic structure

Using Dockerfile allows users to create custom im...

How to quickly log in to MySQL database without password under Shell

background When we want to log in to the MySQL da...

A brief discussion on Vue3 father-son value transfer

Table of contents From father to son: 1. In the s...

How to build a private Docker repository using Harbor

Table of contents 1. Open source warehouse manage...

Chinese and English font name comparison table (including Founder and Arphic)

In CSS files, we often see some font names become...

Introduction to CSS style classification (basic knowledge)

Classification of CSS styles 1. Internal style --...