为什么我不应该在CSS中使用ID选择器? [英] Why shouldn't I use ID selectors in CSS?

查看:294
本文介绍了为什么我不应该在CSS中使用ID选择器?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我很震惊这行不要使用ID选择器在CSS。是真的吗?我发现很多帖子都写这个。

I was shocked by this line "Don't use ID selectors in CSS". Is it true? I found many posts have written this.


  1. http:// mattwilcox .net / archive / entry / id / 1054 /

  2. http://screwlewse.com/2010/07/dont-use-id-selectors-in-css/

  3. http://oli.jp/2011/ids/

  1. http://mattwilcox.net/archive/entry/id/1054/
  2. http://screwlewse.com/2010/07/dont-use-id-selectors-in-css/
  3. http://oli.jp/2011/ids/

我想我们可以使用选择器的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选择器?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆