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
This article example shares the specific code for...
Copy code The code is as follows: <object id=&...
Preface Nginx 's built-in module supports lim...
1. To develop web responsively, the page must ada...
I have been playing around with charts for a whil...
<br />Original text: http://blog.rexsong.com...
IIS7 Download the HTTP Rewrite module from Micros...
1. Packaging Vue project Enter the following name...
This article example shares the specific code of ...
Div basic layout <div class="main"&g...
Preface In many management and office systems, tr...
We better start paying attention, because HTML Po...
1. Apache 2.4.41 installation and configuration T...
The explain command is the primary way to see how...
The browser is probably the most familiar tool fo...