--- title: Rozszerzenia Mozilli slug: Web/CSS/Mozilla_Extensions tags: - CSS - 'CSS:Dokumentacje' - 'CSS:Rozszerzenia_Mozilli' - Dodatki - Dokumentacje - Rozszerzenia - Strony_wymagające_dopracowania - Wszystkie_kategorie translation_of: Web/CSS/Mozilla_Extensions ---
{{CSSRef}}

Mozilla applications such as Firefox support a number of special Mozilla extensions to CSS, including properties, values, pseudo-elements and pseudo-classes, at-rules, and media queries. These extensions are prefixed with -moz.

Mozilla-only properties and pseudo-classes (avoid using on websites)

Note: These properties and pseudo-classes will only work in Mozilla applications such as Firefox, and are not on a standards track. Some of them apply only to XUL elements.

B

C – I

O

S – Z

Formerly proprietary properties that are now standard

Note: To maximize the compatibility of your CSS, you should use the unprefixed standard properties instead of the prefixed ones listed below. Once a given property is standardized and implemented without the prefix, the prefixed version is typically dropped after a while.

Values

Global values

{{Cssxref("-moz-appearance")}}

{{cssxref("background-image")}}

{{Cssxref("border-color")}}

{{Cssxref("border-style")}} and {{Cssxref("outline-style")}}

{{cssxref("<color>")}} keywords

{{Cssxref("display")}}

{{cssxref("empty-cells")}}

{{Cssxref("font")}}

{{Cssxref("font-family")}}

{{Cssxref("image-rendering")}}

{{cssxref("<length>")}}

{{Cssxref("list-style-type")}}

{{Cssxref("overflow")}}

{{Cssxref("text-align")}}

{{Cssxref("text-decoration")}}

{{Cssxref("-moz-user-select")}}

{{Cssxref("width")}}, {{Cssxref("min-width")}}, and {{Cssxref("max-width")}}

Pseudo-elements and pseudo-classes

At-rules

Media features

Other

See also