Summary of HTML Hack Tags in IE Browser

Summary of HTML Hack Tags in IE Browser


Copy code
The code is as follows:

<!--[if !IE]><!--> Recognizable except IE<!--<![endif]-->
<!--[if IE]> All IE can recognize<![endif]-->
<!--[if IE 5.0]> Only IE5.0 can recognize<![endif]-->
<!--[if IE 5]> Only IE5.0 and IE5.5 can recognize<![endif]-->
<!--[if gt IE 5.0]> IE5.0 and above can recognize<![endif]-->
<!--[if lt IE 6]> IE6 and below versions can recognize<![endif]-->
<!--[if IE 6]>this is ie6<![endif]-->
<!--[if gt IE 6]> IE6 and above can recognize<![endif]-->
<!--[if lt IE 7]> IE7 and below versions can recognize<![endif]-->
<!--[if IE 7]>this is ie7<![endif]-->
<!--[if gt IE 7]> IE7 and above can recognize<![endif]-->
<!--[if lt IE 8]> IE8 and below versions can recognize<![endif]-->
<!--[if IE 8]>this is ie8<![endif]-->
<!--[if gt IE 8]> IE8 and above can recognize<![endif]-->
<!--[if lt IE 9]> IE9 and below versions can recognize<![endif]-->
<!--[if IE 9]>this is ie9<![endif]-->

<<:  MySQL Basics Quick Start Knowledge Summary (with Mind Map)

>>:  Right align multiple elements in the same row under div in css

Recommend

A simple method to implement Linux timed log deletion

Introduction Linux is a system that can automatic...

js canvas realizes random particle effects

This article example shares the specific code of ...

Steps to deploy multiple tomcat services using DockerFile on Docker container

1. [admin@JD ~]$ cd opt #Enter opt in the root di...

Introduction to the usage of exists and except in SQL Server

Table of contents 1. exists 1.1 Description 1.2 E...

CSS Sticky Footer Several Implementations

What is "Sticky Footer" The so-called &...

Sample code for converting video using ffmpeg command line

Before starting the main text of this article, yo...

Detailed explanation of the solution to Tomcat's 404 error

The 404 problem occurs in the Tomcat test. The pr...

MySQL5.7.21 decompressed version installation detailed tutorial diagram

Since I often install the system, I have to reins...

Implementation code of html floating prompt box function

General form prompts always occupy the form space...

How to implement the @person function through Vue

This article uses vue, and adds mouse click event...

Why Use DOCTYPE HTML

You know that without it, the browser will use qui...

How to install and connect Navicat in MySQL 8.0.20 and what to pay attention to

Things to note 1. First, you need to create a my....

7 skills that web designers must have

Web design is both a science and an art. Web desi...

JavaScript to achieve product magnifying glass effect

This article shares the specific code of JavaScri...