Some properties in CSS are preceded by "*" or "_". Identify different browsers For example: color{ background-color: #CC00FF; /*All browsers will display it as purple*/ background-color: #FF0000\9; /*IE6, IE7, IE8 will display red*/ *background-color: #0066FF; /*IE6 and IE7 will turn blue*/ _background-color: #009933; /*IE6 will turn green*/ } body{ background:red; /*For Firefox and other browsers;*/ *background:blue !important; /*For IE7, IE7 can recognize both the * sign and important; */ *background: green; /*Even IE6 can recognize the * number*/ } Summarize The above is what I introduced to you. Some attributes in CSS will be preceded by "*" or "_" which means something. I hope it will be helpful to you. If you have any questions, please leave me a message and I will reply to you in time. I would also like to thank everyone for their support of the 123WORDPRESS.COM website! |
<<: Analysis of basic usage of ul and li
>>: Solution to the problem that Docker container cannot access Jupyter
https base port 443. It is used for something cal...
This article installs Google Input Method. In fac...
1. Add users and groups 1. Add mysql user group #...
Rendering Example Code Today we are going to use ...
1. Download MySQL Workbench Workbench is a graphi...
1. Overview of SQLException When an error occurs ...
The ultimate way to solve the parsererror error o...
This article example shares the specific code of ...
What are the attributes of the JS script tag: cha...
The time of VM Ware virtual machine centos is inc...
1. Enter the /etc/init.d directory: cd /etc/init....
Viewing and Setting SQL Mode in MySQL MySQL can r...
1. Background Netplan is a new command-line netwo...
Table of contents 【Common commands】 [Summary of c...
Table of contents Preface The role of key The rol...