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

Vue+element ui realizes anchor positioning

This article example shares the specific code of ...

Vue realizes the card flip effect

This article example shares the specific code of ...

MySQL table name case selection

Table of contents 1. Parameters that determine ca...

A brief discussion on MySQL B-tree index and index optimization summary

MySQL's MyISAM and InnoDB engines both use B+...

How to install mysql5.6 in docker under ubuntu

1. Install mysql5.6 docker run mysql:5.6 Wait unt...

Detailed steps to implement the Excel import function in Vue

1. Front-end-led implementation steps The first s...

Solution to elementui's el-popover style modification not taking effect

When using element-ui, there is a commonly used c...

CSS to achieve Cyberpunk 2077 style visual effects in a few steps

background Before starting the article, let’s bri...

Detailed explanation of Js class construction and inheritance cases

The definition and inheritance of classes in JS a...

jQuery implements time selector

This article example shares the specific code of ...

How to create a child process in nodejs

Table of contents Introduction Child Process Crea...

Implementation example of react project from new creation to deployment

Start a new project This article mainly records t...