!important in CSS is a very important attribute and sometimes plays a very important role. 52CSS.com does not have much knowledge in this area. Let’s read the following article to get a comparative understanding of it. .
When I was writing some CSS code a few days ago, it was difficult for me again, because the damn IE6’s support for CSS is so poor. I haven’t noticed it before, because the things I make are basically based on IE, but The CSS I wrote for my blog this time needs to support more than one browser: IE. The unfortunate thing is that I installed Windows 7, which comes with the IE8 browser. I thought there was no problem, but when I opened IE6, misalignment still occurred. , so I decided to see what was going on with IE6.
I wrapped all CSS blocks with borders, and found that the distance between two p’s in IE is obviously wider than in other browsers. For example, if you write a p with a margin attribute of 20px, then in IE It seems to be 40px in IE, which is why the accuracy calculation is just right, but it is misaligned in IE.
Later I saw the !important attribute. This attribute is actually included in the CSS specification. As a result, IE6 does not support it. It is precisely because it does not support that many CSSers have found a solution. Generally speaking, in CSS, if you write two same attributes in the same CSS block, then the bottom one is actually executed, for example:
1: home{ 2: margin-left:20px; 3: margin-left:40px; 4: } 5:
Then when executing is actually executed according to 40px. The appearance of !important is to allow users to set the priority of the executed statement. If you change the above statement to:
1: home{ 2: margin-left:20px!important; 3: margin-left:40px; 4: } 5:
Then it will be executed as 20px under Firefox, Google Chrome and IE7 or above, but it will still be executed as 40px under IE6, because IE6 does not support the !important specification. We can follow this rule to meet the design needs of IE6. When we find that the display effects of IE6 and other browsers are different, then set two, add the !important tag to the upper one, and the lower one There is no need to add a sentence, so IE6 will execute it as follows. A senior CSSer said: Today’s CSS is everywhere! Important. This is all the fault of damn IE6. It is no exaggeration to say that IE6 is just a pile of metabolites.
The above is the detailed content of Detailed introduction to the importance of !important in CSS. For more information, please follow other related articles on the PHP Chinese website!

Here's a container with some child elements:

Flyout menus! The second you need to implement a menu that uses a hover event to display more menu items, you're in tricky territory. For one, they should

"The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect."- Tim Berners-Lee

In this week's roundup: datepickers are giving keyboard users headaches, a new web component compiler that helps fight FOUC, we finally get our hands on styling list item markers, and four steps to getting webmentions on your site.

The short answer: flex-shrink and flex-basis are probably what you’re lookin’ for.

In this week's look around the world of web platform news, Google Search Console makes it easier to view crawled markup, we learn that custom properties

The IndieWeb is a thing! They've got a conference coming up and everything. The New Yorker is even writing about it:


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

SublimeText3 Linux new version
SublimeText3 Linux latest version

Dreamweaver Mac version
Visual web development tools

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

SublimeText3 Mac version
God-level code editing software (SublimeText3)