最終更新:2014-01-27 (月) 18:34:15 (3742d)  

CSS/疑似クラス
Top / CSS / 疑似クラス

CSS1?

CSS2

リンク疑似クラス

  • :link?
  • :visited?

ダイナミック疑似クラス?

CSS3

  • :last-child?
  • :target?
  • :enabled?
  • :disabled?
  • :checked?
  • :indeterminate?
  • :root?
  • :nth-child?(n)
  • :nth-last-child?(n)
  • :nth-of-type?(n)
  • :nth-last-of-type?(n)
  • :first-of-type?
  • :last-of-type?
  • :only-child?
  • :only-of-type?
  • :empty?
  • :contains?()
  • :not?()

関連