• W3school教程
  • 地图
  • ajax教程
  • Canvas教程
  • CSS教程
  • CSS3教程
  • CSS3选择器
  • CSS参考手册
  • DHTML教程
  • HTML教程
  • HTML5教程
  • HTML5音频教程
  • HTML DOM教程
  • JavaScript教程
  • jQuery教程
  • jQuery Ajax教程
  • jQuery事件
  • jQuery操作
  • jQuery选择器
  • jQuery遍历
  • json教程
  • XHTML教程
  • Published with GitBook

CSS3选择器

CSS选择器

  • .class
  • #id
  • *
  • element
  • element,element
  • element element
  • element>element
  • element+element
  • [attribute]
  • [attribute=value]
  • [attribute~=value]
  • [attribute|=value]
  • :link
  • :visited
  • :active
  • :hover
  • :focus
  • :first-letter
  • :first-line
  • :first-child
  • :before
  • :after
  • :lang(language)
  • element1~element2
  • [attribute^=value]
  • [attribute$=value]
  • [attribute*=value]
  • :first-of-type
  • :last-of-type
  • :only-of-type
  • :only-child
  • :nth-child(n)
  • :nth-last-child(n)
  • :nth-of-type(n)
  • :nth-last-of-type(n)
  • :last-child
  • :root
  • :empty
  • :target
  • :enabled
  • :disabled
  • :checked
  • :not(selector)
  • ::selection

results matching ""

    No results matching ""