Results 121 - 140 of 547

:-moz-locale-dir(ltr)

The :-moz-locale-dir(ltr) CSS pseudo-class matches an element if the user interface is being displayed left-to-right. This is determined by the preference intl.uidirection.locale (where locale is the current locale) being set to "ltr".
CSS CSS Reference Localization NeedsCompatTable NeedsExample Non-standard Pseudo-class

:-moz-lwtheme

The :-moz-lwtheme pseudo-class matches in chrome documents when the root element's lightweightthemes attribute is true and a theme is selected.
CSS CSS Reference Lightweight themes NeedsCompatTable NeedsExample Non-standard Themes

:-moz-only-whitespace

The :-moz-only-whitespace CSS pseudo-class matches an element that has no child nodes at all or empty text nodes or text nodes that have only white-space in them. Only when there are element nodes or text nodes with one or more characters inside the element, the element doesn't match this pseudo-class anymore.
CSS CSS Reference NeedsCompatTable Non-standard Pseudo-class

:-moz-suppressed

The :-moz-suppressed CSS pseudo-class matches elements representing images that were not loaded because loading images from that site has been blocked.
CSS CSS Reference NeedsCompatTable NeedsContent NeedsExample Non-standard

:-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-system-metric(scrollbar-end-backward)

The :-moz-system-metric(scrollbar-end-backward) CSS pseudo-class will match an element if the computer's user interface includes a backward arrow button at the end of scrollbars.
CSS CSS Pseudo-class CSS Reference NeedsContent NeedsExample Non-standard

:-moz-system-metric(scrollbar-end-forward)

The :-moz-system-metric(scrollbar-end-forward) CSS pseudo-class will match an element if the computer's user interface includes a forward arrow button at the end of scrollbars.
CSS CSS Pseudo-class CSS Reference NeedsContent NeedsExample Non-standard

:-moz-system-metric(scrollbar-start-backward)

The :-moz-system-metric(scrollbar-start-backward) CSS pseudo-class will match an element if the computer's user interface includes a backward arrow button at the start of scrollbars.
CSS CSS Pseudo-class CSS Reference NeedsContent NeedsExample Non-standard

:-moz-system-metric(scrollbar-start-forward)

The :-moz-system-metric(scrollbar-start-forward) CSS pseudo-class will match an element if the computer's user interface includes a forward arrow button at the start of scrollbars.
CSS CSS Pseudo-class CSS Reference NeedsContent NeedsExample Non-standard

:-moz-system-metric(scrollbar-thumb-proportional)

The :-moz-system-metric(scrollbar-thumb-proportional) CSS pseudo-class will match an element if the computer's user interface uses proportional scrollbar thumbs; that is, the draggable thumb on the scrollbar resizes to indicate the relative size of the visible area of the document.
CSS CSS Pseudo-class CSS Reference NeedsContent NeedsExample Non-standard

:-moz-system-metric(touch-enabled)

The :-moz-system-metric(touch-enabled) CSS pseudo-class will match an element if the device on which the content is being rendered offers a supported touch-screen interface.
CSS CSS Pseudo-class CSS Reference NeedsContent NeedsExample Non-standard

:-moz-system-metric(windows-default-theme)

The :-moz-system-metric(windows-default-theme) CSS pseudo-class matches an element if the user is currently using one of the following themes in Windows: Luna, Royale, Zune, or Aero (i.e., Vista Basic, Vista Standard, or Aero Glass). This will exclude Windows Classic themes as well as third-party themes.
CSS CSS Pseudo-class CSS Reference NeedsMobileBrowserCompatibility 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