我对不要在 CSS 中使用 ID 选择器"这一行感到震惊.这是真的吗?我发现很多帖子都写过这个.
I was shocked by this line "Don't use ID selectors in CSS". Is it true? I found many posts have written this.
我认为我们可以将 ID 用于选择器.
I think we can use the ID for the selectors.
我还是想澄清一下.
Id 选择器优先于其他类型的选择器.这会使使用不太具体的选择器添加新规则变得更加困难,从而导致特异性战争:http://www.stuffandnonsense.co.uk/archives/css_specificity_wars.html
Id selectors have priority over other kinds of selectors. This can make it harder to add new rules using less specific selectors, leading to specificity wars: http://www.stuffandnonsense.co.uk/archives/css_specificity_wars.html
这篇关于为什么我不应该在 CSS 中使用 ID 选择器?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!
每隔三个元素设置样式?Style every third element?(每隔三个元素设置样式?)
CSS 中的 img[class*=“align"] 是什么意思?What does img[class*=quot;alignquot;] mean in CSS?(CSS 中的 img[class*=“align] 是什么意思?)
CSS:最后一个元素CSS: Last element on line(CSS:最后一个元素)
如何仅使用 CSS(无 js)选择所有其他 div 类元素How do I select every other div class element using just CSS (no js)(如何仅使用 CSS(无 js)选择所有其他 div 类元素)
检查未使用的 CSS 选择器的工具?Tool for checking unused CSS selectors?(检查未使用的 CSS 选择器的工具?)
如何在css中显示块的前N个元素并隐藏其他元素How to show the first N elements of a block and hide the others in css?(如何在css中显示块的前N个元素并隐藏其他元素?)