Results 21 - 40 of 200

translateZ()

The translateZ() CSS function moves the element along the z-axis of the 3D space. This transformation is characterized by a <length> defining how much it moves.
CSS CSS Transforms NeedsCompatTable Reference

BeforeUnloadEvent

The beforeunload event is fired when the window, the document and its resources are about to be unloaded.
API NeedsCompatTable NeedsMarkupWork NeedsUpdate Reference

Window.home()

Returns the window to the home page.
API DOM Gecko Method NeedsCompatTable

::-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

:-moz-drag-over

The :-moz-drag-over CSS pseudo-class is used to edit an element when a drag-over event is called on it.
CSS CSS Reference NeedsCompatTable Non-standard

:-moz-first-node

The :-moz-first-node CSS pseudo-class represents any element that is the first child node of some other element. It differs from :first-child because it does not match a first child element with (non-whitespace) text before it.
CSS CSS Reference NeedsCompatTable Non-standard

:-moz-last-node

The :-moz-last-node CSS pseudo-class matches an element that is the last child node of some other element. It differs from :last-child because it does not match a last child element with (non-whitespace) text after it.
CSS CSS Reference NeedsCompatTable Non-standard

::-moz-list-bullet

The non-standard ::-moz-list-bullet Mozilla CSS pseudo-element is used to style the bullet of a list element.
CSS CSS Reference NeedsCompatTable Non-standard

:-moz-system-metric(mac-graphite-theme)

:-moz-system-metric(mac-graphite-theme) will match an element if the user has chosen the "Graphite" appearance in the "Appearance" prefpane of the Mac OS X System Preferences.
CSS CSS Reference NeedsCompatTable Non-standard

Using CSS multiple backgrounds

With CSS3, you can apply multiple backgrounds to elements. These are layered atop one another with the first background you provide on top and the last background listed in the back. Only the last background can include a background color.
CSS CSS Background Example Guide Intermediate NeedsCompatTable

matrix3d()

The matrix3d() CSS function describes a 3D transform as a 4x4 homogeneous matrix. The 16 parameters are described in the column-major order.
CSS CSS Transforms NeedsCompatTable NeedsExample Reference

perspective()

The perspective() CSS function defines the distance between the z=0 plane and the user in order to give to the 3D-positioned element some perspective. Each 3D element with z>0 becomes larger; each 3D-element with z<0 becomes smaller. The strength of the effect is determined by the value of this property.
CSS CSS Transforms NeedsCompatTable NeedsExample Reference

rotateX()

The rotateX()CSS function defines a transformation that moves the element around the abscissa without deforming it. The amount of movement is defined by the specified angle; if positive, the movement will be clockwise, if negative, it will be counter-clockwise.
CSS CSS Transforms NeedsCompatTable NeedsExample Reference

CSSRule.parentStyleSheet

parentStyleSheet returns the stylesheet object in which the current rule is defined.
API CSSOM NeedsCompatTable NeedsMarkupWork NeedsSpecTable Property Reference

CSSRuleList

A CSSRuleList is an (indirect-modify only) array-like object containing an ordered collection of CSSRule objects.
API CSSOM Interface NeedsBrowserCompatibility NeedsCompatTable Reference Référence