Conditional comments to determine the browser (IE series)

Conditional comments to determine the browser (IE series)
<!--[if IE 6]> Only IE6 can recognize <![endif]--> Conditional comment to determine the browser. <!--[if IE]> All IE can recognize <![endif]-->

<!--[if !IE]><!--> Recognizable except IE<!--<![endif]-->
<!--[if IE 6]> Only IE6 can recognize<![endif]-->
<!--[if lt IE 6]> IE6 and below versions can recognize<![endif]-->
<!--[if gte IE 6]> IE6 and above can recognize<![endif]-->
<!--[if IE 7]> Only IE7 can recognize<![endif]-->
<!--[if lt IE 7]> IE7 and below versions can recognize<![endif]-->
<!--[if gte IE 7]> IE7 and above can recognize<![endif]-->
<!--[if IE 8]> Only IE8 can recognize<![endif]-->
<!--[if IE 9]> Only IE9 can recognize<![endif]-->

<<:  Proxy realizes the principle of two-way binding of Vue3 data

>>:  A brief discussion on read-only and disabled attributes in forms

Recommend

Summary of common tool functions necessary for front-end development

1. Time formatting and other methods It is recomm...

Ubuntu terminal multi-window split screen Terminator

1. Installation The biggest feature of Terminator...

Perfect Solution for No rc.local File in Linux

Newer Linux distributions no longer have the rc.l...

How to use CSS to write different styles according to sub-elements

The effect we need to achieve: What is needed The...

How to modify the default storage location of Docker images (solution)

Due to the initial partitioning of the system, th...

A practical record of an accident caused by MySQL startup

Table of contents background How to determine whe...

Complete steps for deploying confluence with docker

Confluence is paid, but it can be cracked for use...

Vue implements pull-down to load more

Developers familiar with Element-UI may have had ...

Introduction to Common XHTML Tags

<br />For some time, I found that many peopl...

Linux system to view CPU, machine model, memory and other information

During system maintenance, you may need to check ...

Installation tutorial of the latest stable version of MySQL 5.7.17 under Linux

Install the latest stable version of MySQL on Lin...

How to generate Hive table creation statement comment script in MySQL metadata

Preface This article mainly introduces the releva...