Results 21 - 40 of 140

:-moz-lwtheme-brighttext

The :-moz-lwtheme-brighttext pseudo-class matches in chrome documents when :-moz-lwtheme is true and a lightweight theme with a bright text color is selected.
CSS CSS Reference Non-standard

Adjacent sibling selectors

This is referred to as an adjacent selector or next-sibling selector. It will select only the specified element that immediately follows the former specified element.
CSS CSS Reference NeedsMobileBrowserCompatibility Selectors

Class selectors

In an HTML document, CSS class selectors match an element based on the contents of the element's class attribute. The class attribute is defined as a space-separated list of items, and one of those items must match exactly the class name given in the selector.
Beginner CSS CSS Reference Selectors

Comments

Comments are used to add explanatory notes or prevent the browser from interpreting parts of the stylesheet.
beginner Beginner CSS CSS Reference

ID selectors

In an HTML document, CSS ID selectors match an element based on the contents of that element's id attribute, which must match exactly the value given in the selector.
Beginner CSS CSS Reference Selectors

-moz-orient

The -moz-orient CSS property specifies the orientation of the element to which it's applied.
CSS CSS Reference Non-standard

-moz-outline-radius

In Mozilla applications like Firefox, the -moz-outline-radius CSS property can be used to give outlines rounded corners. An outline is a line that is drawn around elements, outside the border edge, to make the element stand out.
CSS CSS Reference Non-standard

-moz-user-input

In Mozilla applications, -moz-user-input determines if an element will accept user input. A similar property user-focus was proposed in early drafts of a predecessor of the CSS3 UI specification but was rejected by the working group.
CSS CSS Reference Non-standard

Pseudo-classes

A CSS pseudo-class is a keyword added to selectors that specifies a special state of the element to be selected. For example :hover will apply a style when the user hovers over the element specified by the selector.
CSS CSS Reference Intermediate Selectors

Value definition syntax

A formal grammar, the CSS value definition syntax, is used for defining the set of valid values for a CSS property or function. In addition to this syntax, the set of valid values can be further restricted by semantic constraints (like, for a number to be strictly positive).
beginner Beginner CSS CSS Reference

Document.queryCommandEnabled()

The Document.queryCommandEnabled() method reports whether or not the specified editor command is enabled by the browser.
CSS CSS Reference Document Method

::-moz-progress-bar

The ::-moz-progress-bar CSS pseudo-element applies to the area of an HTML <progress> element that represents the amount of progress that has happened so far. This lets you, for example, change the color of progress bars.
CSS CSS Reference NeedsCompatTable Non-standard

:-moz-broken

The :-moz-broken CSS pseudo-class matches elements representing broken image links.
CSS CSS Reference NeedsCompatTable NeedsExample Non-standard