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
Table of contents Preface What is Deno? Compariso...
Compatible with new CSS3 properties In CSS3, we c...
Tutorial Series MySQL series: Basic concepts of M...
Table of contents background example Misconceptio...
Common properties of tables The basic attributes ...
Table of contents Vue3 encapsulation message prom...
The information on Baidu is so diverse that it...
Preface: Lynis is a security audit and hardening ...
Table of contents Why use day.js Moment.js Day.js...
A word in advance: Suddenly I received a task to ...
There is a simple CSS method to realize the pop-u...
1. The relationship between fonts and character d...
Table name and fields –1. Student List Student (s...
Table of contents Preface 1. The effect is as sho...
Mysql stored procedure 1. Create stored procedure...