Firefox CSS private property memo record

Source: Internet
Author: User

Sometimes some things are not supported well by Firefox... you can only find private properties to help ....
The example is also done by meters... because there are too many, too many, and too few, too many, and so on.
Although these are not recommended for use, there must be a solution when we cannot ..

At-rules

@-moz-document url(http://www.w3.org/),
url-prefix(http://www.w3.org/Style/),
domain(loaoao.com){
div{color:red;}
}

Specify the domain name under which the style is useful. For example, domain (loaoao.com) can be used in www.loaoao.com, lab.loao.com, and domain (www.loaoao.com) can only be used in www.loao.com.

Pseudo-elements and pseudo-classes Pseudo classes and pseudo objects

:-Moz-series are not clear yet. I don't know if it is only applied to xul ..

Properties

moz-appearance: appearance value
Define the appearance directly (no test results ..)
-moz-binding: uri | none ;
Link XBL to something like HTC ..
-moz-background-clip: border | padding ;
Whether the background includes border, not padding, corresponding to CSS3 background-clip
-moz-background-inline-policy: bounding-box | continuous | each-box
Example of inline background Rendering
-moz-background-origin: border | padding | content
The background rendering method is used to render edges or content in reverse mode based on background-position. background-repeat: no-repeat is invalid,
Corresponds to CSS3 background-origin
-moz-border-top-colors:[color | transparent,]* color | transparent ; -moz-border-right-colors,-moz-border-bottom-colors,-moz-left-right-colors
Define multiple colors for border from the outside to the inside .. each has only 1px, and the last one fills up the remaining border. This border-style will also become solid
No Default. No inheritance, available for all elements
-moz-border-radius: border-radius {1,4} | inherit
You can define the rounded corners separately-moz-border-radius-bottomleft,-moz-border-radius-bottomright,-moz-border-radius-topleft,-moz-border-radius-topright
-moz-box-align: start | center | end | baseline | stretch
Specifies the position of the content. It can only be used for the display value-moz-box or-moz-inline-box element.
-moz-box-direction: normal | reverse
Define the opposite direction of the content. The class such as direction can only be used for elements whose value is-moz-box or-moz-inline-box.
-moz-box-flex: number
Not clear yet. The test has no results. It can only be used for the element whose value is-moz-box or-moz-inline-box.
-moz-box-ordinal-group
Not officially stated
-moz-box-orient: horizontal | vertical
Not clear yet. The test has no results. It can only be used for the element whose value is-moz-box or-moz-inline-box.
-moz-box-pack: start | center | end | justify
Defines the content direction (justify is invalid). For example, the text-algin class can only be used to display the elements whose values are-moz-box or-moz-inline-box.
-moz-box-sizing: content-box | border-box | padding-box
Do not calculate border and padding in width/height.
-moz-image-region: rect(top, right, bottom, left);
...
-moz-key-equivalent
Not officially stated
-moz-opacity:number | inherit ;
Transparency... the opacity of CSS3 is defined at the same time and does not overlap.
-moz-outline: [-moz-outline-color || -moz-outline-style || -moz-outline-width | inherit ] ;
The line contour is the same as that of CSS3 outline. It also supports-moz-outline-radius (rounded corner)
Values property value
cursor:-moz-alias | -moz-cell | -moz-context-menu | -moz-copy | -moz-grab | -moz-grabbing | -moz-spinning | -moz-zoom-in |-moz-zoom-out
Define the mouse style. Some of my tests are different from the official ones. I tested them in the small box below.
display: -moz-box | -moz-inline-block | -moz-inline-box | -moz-inline-grid | -moz-inline-stack | -moz-inline-table | -moz-grid | -moz-grid-group | -moz-grid-line | -moz-groupbox | -moz-deck | -moz-popup | -moz-stack | -moz-run-in | -moz-compact | -moz-marker
Add some display... Descriptions
overflow: | -moz-scrollbars-horizontal | -moz-scrollbars-none | -moz-scrollbars-vertical | -moz-hidden-unscrollable
Some overflow... descriptions are added.

There are a lot more... wait until you know about it and then add...

Source: 2.16.mozilla.org/en/docs/css_reference:mozilla_extensions

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.