Results 1 - 20 of 547

-moz-appearance (-webkit-appearance)

The -moz-appearance CSS property is used in Gecko (Firefox) to display an element using a platform-native styling based on the operating system's theme.
CSS CSS Reference Non-standard Non-Standard

<image>

The HTML <image> element was an experimental element designed to display pictures. It never was implemented and the standard <img> element must be used.
HTML Non-standard

::-moz-placeholder

The ::-moz-placeholder pseudo-element represents any form element displaying placeholder text. This allows web developers and theme designers to customize the appearance of placeholder text, which is a light grey color by default. This may not work well if you've changed the background color of your form fields to be a similar color, for example, so you can use this pseudo-element to change the placeholder text color.
CSS CSS Pseudo-element CSS Reference Non-standard Non-Standard

-webkit-mask-position-x

The -webkit-mask-position-x CSS property sets the initial horizontal position of a mask image.
CSS CSS Masks CSS Property Non-standard Non-Standard Reference

-webkit-mask-position-y

The -webkit-mask-position-y CSS property sets the initial vertical position of a mask image.
CSS CSS Masks CSS Property Non-standard Non-Standard Reference

Window.sidebar

Returns a sidebar object, which contains several methods for registering add-ons with browser.
DOM Non-standard Non-Standard Property Reference Window

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

-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

-webkit-box-reflect

The -webkit-box-reflect CSS property lets you reflect the content of an element in one specific direction.
CSS Non-standard Property Reference