Articles tagged: CSS Pseudo-class

Found 52 documents

  • Web/CSS/:-moz-placeholder The :-moz-placeholder pseudo-class represents any form element displaying placeholder text. This ...
  • Web/CSS/:-moz-submit-invalid The :-moz-submit-invalid CSS pseudo-class represents any submit button on forms whose contents ...
  • Web/CSS/:-moz-system-metric(scrollbar-end-backward) The :-moz-system-metric(scrollbar-end-backward) CSS pseudo-class will match an element if the ...
  • Web/CSS/:-moz-system-metric(scrollbar-end-forward) The :-moz-system-metric(scrollbar-end-forward) CSS pseudo-class will match an element if the ...
  • Web/CSS/:-moz-system-metric(scrollbar-start-backward) The :-moz-system-metric(scrollbar-start-backward) CSS pseudo-class will match an element if the ...
  • Web/CSS/:-moz-system-metric(scrollbar-start-forward) The :-moz-system-metric(scrollbar-start-forward) CSS pseudo-class will match an element if the ...
  • Web/CSS/:-moz-system-metric(scrollbar-thumb-proportional) The :-moz-system-metric(scrollbar-thumb-proportional) CSS pseudo-class will match an element if the ...
  • Web/CSS/:-moz-system-metric(touch-enabled) The :-moz-system-metric(touch-enabled) CSS pseudo-class will match an element if the device on ...
  • Web/CSS/:-moz-system-metric(windows-default-theme) The :-moz-system-metric(windows-default-theme) CSS pseudo-class matches an element if the user is ...
  • Web/CSS/:-moz-tree-row(hover) The :-moz-tree-row(hover) CSS pseudo-class will match an element if the mouse cursor is presently ...
  • Web/CSS/:-moz-ui-valid The :-moz-ui-valid CSS pseudo-class represents any validated form element whose value validates ...
  • Web/CSS/:-ms-input-placeholder The non-standard proprietary :-ms-input-placeholder pseudo-class represents the placeholder text of ...
  • Web/CSS/:active The :active CSS pseudo-class matches when an element is being activated by the user. It allows the ...
  • Web/CSS/:any The :any() pseudo-class lets you quickly construct sets of similar selectors by establishing groups ...
  • Web/CSS/:checked The :checked CSS pseudo-class selector represents any radio (input type="radio"), checkbox (input ...
  • Web/CSS/:default The :default CSS pseudo-class represents any user interface element that is the default among a ...
  • Web/CSS/:dir The :dir CSS pseudo-class matches elements based on the directionality of the text contained in it. ...
  • Web/CSS/:disabled The :disabled CSS pseudo-class represents any disabled element. An element is disabled if it can't ...
  • Web/CSS/:empty The :empty pseudo-class represents any element that has no children at all. Only element nodes and ...
  • Web/CSS/:enabled The :enabled CSS pseudo-class represents any enabled element. An element is enabled if it can be ...
  • Web/CSS/:first The :first @page CSS pseudo-class describes the styling of the first page when printing a document.
  • Web/CSS/:first-child The :first-child CSS pseudo-class represents any element that is the first child element of its ...
  • Web/CSS/:first-of-type The :first-of-type CSS pseudo-class represents the first sibling of its type in the list of ...
  • Web/CSS/:focus The :focus CSS pseudo-class is applied when an element has received focus, either from the user ...
  • Web/CSS/:fullscreen The :fullscreen CSS pseudo-class applies to any element that's currently being displayed in ...
  • Web/CSS/:hover The :hover CSS pseudo-class matches when the user designates an element with a pointing device, but ...
  • Web/CSS/:in-range The :in-range CSS pseudo-class matches when an element has its value attribute inside the specified ...
  • Web/CSS/:indeterminate The :indeterminate CSS pseudo-class represents any input type="checkbox" element whose ...
  • Web/CSS/:invalid The :invalid CSS pseudo-class represents any input or form element whose content fails to validate ...
  • Web/CSS/:lang The :lang CSS pseudo-class matches elements based on the language the element is determined to be ...
  • Web/CSS/:last-child The :last-child CSS pseudo-class represents any element that is the last child element of its ...
  • Web/CSS/:last-of-type The :last-of-type CSS pseudo-class represents the last sibling with the given element name in the ...
  • Web/CSS/:left The :left CSS page pseudo-class matches any left page when printing a page. It allows to describe ...
  • Web/CSS/:link The :link CSS pseudo-class lets you select links inside elements. This will select any link which ...
  • Web/CSS/:not The negation CSS pseudo-class, :not(X), is a functional notation taking a simple selector X as an ...
  • Web/CSS/:nth-child The :nth-child(an+b) CSS pseudo-class matches an element that has a n+ b -1 siblings before it in ...
  • Web/CSS/:nth-last-child The :nth-last-child(an+b) CSS pseudo-class matches an element that has a n+ b -1 siblings after it ...
  • Web/CSS/:nth-last-of-type The :nth-last-of-type CSS pseudo-class matches an element that has a n+ b -1 siblings with the same ...
  • Web/CSS/:nth-of-type The :nth-of-type(an+b) CSS pseudo-class matches an element that has a n+ b -1 siblings with the ...
  • Web/CSS/:only-child The :only-child CSS pseudo-class represents any element which is the only child of its parent. This ...
  • Web/CSS/:only-of-type The :only-of-type CSS pseudo-class represents any element that has no siblings of the given type.
  • Web/CSS/:optional The :optional CSS pseudo-class represents any input element that does not have the required ...
  • Web/CSS/:out-of-range The :out-of-range CSS pseudo-class matches when an element has its value attribute outside the ...
  • Web/CSS/:read-only The :read-only CSS pseudo-class matches when an element is not writable by the user.
  • Web/CSS/:read-write The :read-write CSS pseudo-class matches when an element is editable by user like text input ...
  • Web/CSS/:required The :required CSS pseudo-class represents any input element that has the required attribute set on ...
  • Web/CSS/:right The :right CSS page pseudo-class matches any right page when printing a page. It allows to describe ...
  • Web/CSS/:root The :root CSS pseudo-class matches the root element of a tree representing the document. Applied to ...
  • Web/CSS/:scope The :scope CSS pseudo-class matches the elements that are a reference point for selectors to match ...
  • Web/CSS/:target The :target pseudo-class represents the unique element, if any, with an id matching the fragment ...
  • Web/CSS/:valid The :valid CSS pseudo-class represents any input or form element whose content validates correctly ...
  • Web/CSS/:visited The :visited CSS pseudo-class lets you select only links that have been visited. This style may be ...