Results 581 - 600 of 726

:-moz-system-metric(images-in-menus)

The :-moz-system-metric(images-in-menus) CSS pseudo-class matches an element if the computer's user interface supports images in menus.
CSS CSS Reference NeedsCompatTable NeedsContent NeedsExample Non-standard

:-moz-tree-cell-text(hover)

The :-moz-tree-cell-text(hover) CSS pseudo-class will match an element if the mouse cursor is presently hovering over text in a tree cell.
CSS CSS Reference NeedsCompatTable NeedsContent NeedsExample Non-standard

:-moz-tree-progressmeter

Activated when the type attribute is set to progressmeter.
CSS CSS Reference NeedsCompatTable NeedsContent NeedsExample Non-standard

:-moz-ui-invalid

The :-moz-ui-invalid CSS pseudo-class represents any validated form element whose value isn't valid based on their validation constraints, in certain circumstances. This pseudo-class is applied according to the following rules:
CSS CSS Reference NeedsExample NeedsMobileBrowserCompatibility Non-standard Pseudo-class

:-moz-user-disabled

The :-moz-user-disabled CSS pseudo-class matches elements representing images that were not loaded because images have been entirely disabled by the user's preferences.
CSS CSS Reference NeedsCompatTable NeedsContent NeedsExample Non-standard

:not()

The negation CSS pseudo-class, :not(X), is a functional notation taking a simple selector X as an argument. It matches an element that is not represented by the argument. X must not contain another negation selector.
CSS CSS Pseudo-class Layout Reference Référence Web

:nth-last-child

The :nth-last-child(an+b) CSS pseudo-class matches an element that has an+b-1 siblings after it in the document tree, for a given positive or zero value for n, and has a parent element.
CSS CSS Pseudo-class Layout Reference Référence Web

:only-child

The :only-child CSS pseudo-class represents any element which is the only child of its parent. This is the same as :first-child:last-child or :nth-child(1):nth-last-child(1), but with a lower specificity.
CSS CSS Pseudo-class Layout Reference Référence Web

:optional

The :optional CSS pseudo-class represents any <input> or <textarea> element that does not have the required attribute set on it. This allows forms to easily indicate optional fields, and to style them accordingly.
CSS CSS Pseudo-class Layout NeedsMobileBrowserCompatibility Reference Web

:required

The :required CSS pseudo-class represents any <input> element that has the required attribute set on it. This allows forms to easily indicate which fields must have valid data before the form can be submitted.
CSS CSS Pseudo-class Layout NeedsMobileBrowserCompatibility Reference Web

:right

The :right CSS page pseudo-class matches any right page when printing a page. It allows to describe the styling of right-side page.
CSS CSS Pseudo-class Layout NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Reference Web

:root

The :root CSS pseudo-class matches the root element of a tree representing the document. Applied to HTML, :root represents the <html> element and is identical to the selector html, except that its specificity is higher.
CSS CSS Pseudo-class Layout NeedsMobileBrowserCompatibility Reference Web