




版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、.网上搜集的FireFox专用css第一部分:原文地址:-moz-appearanceUsed to cause an element to take its border, background style and size from the operating system's theme. This causes XUL elements to be drawn similar to the way the user's system draws such elements. This currently only has an effect on Windows XP
2、and Mac OS X.-moz-background-clip Moz1.2 Indicates whether the background, either the color or image, should extend into the border area of the element. This property is similar to the CSS3 background-clip property.border: The background extends into the border of the element. It w
3、ill be drawn behind the border. padding: The background does not extend into the border. -moz-background-inline-policy Moz1.3 Specifies how the background image of an inline element is determined when the content of the inline element wraps onto multiple lines.bounding-box: continu
4、ous: The background image wraps around on to each line as if the text had no line breaks. For example, if the image is 500 pixels and the inline box is 300 pixels, the first 300 pixels of the image appears on the first line, and the last 200 pixels followed by the first 100 pixels of the image appea
5、r on the second line. The image repeats until the end of the content. each-box: -moz-background-origin Moz1.2 Determines how the background-position property is determined. This property is similar to the CSS3 background-origin property.content: The position is relative to the cont
6、ent. border: The position is relative to the border. padding: The position is relative to the padding. -moz-bindingUsed to specify an XBL binding to use for the element. The property should be a URL of an XBL file containing the binding. The URL should contain an anchor to point to a specific bindin
7、g with the XBL file, referenced by its id attribute.-moz-border-bottom-colorsSets the border colors for the bottom edge. It should be set to a list of colors. When an element has a border that is larger than a single pixel, each line of pixels uses the next color specified in this property. This eli
8、minates the need for nested boxes. If the border is wider than the number of colors specified for this property, the remaining part of the border is the color specified by the border property.-moz-border-left-colorsSets the border colors for the bottom edge. See the -moz-border-colors-bottom propert
9、y for more information.-moz-border-radiusThis property can be used to give borders rounded corners. This should be set to a numeric value indicating the amount of rounding to use. You must use a unit (usually px for pixels). A higher number makes the border rounder.-moz-border-radius-bottomleftSets
10、the rounding of the lower left corner of the border.-moz-border-radius-bottomrightSets the rounding of the lower right corner of the border.-moz-border-radius-topleftSets the rounding of the upper left corner of the border.-moz-border-radius-toprightSets the rounding of the upper right corner of the
11、 border.-moz-border-right-colorsSets the border colors for the right edge. See the -moz-border-colors-bottom property for more information.-moz-border-top-colorsSets the border colors for the top edge. See the -moz-border-colors-bottom property for more information.-moz-box-alignThis property is equ
12、ivalent to the align attribute. It specifies how child elements of the box are aligned, when the size of the box is larger than the total size of the children. For boxes that have horizontal orientation, it specifies how its children will be aligned vertically. For boxes that have vertical orientati
13、on, it is used to specify how its children are algined horizontally. The -moz-box-pack property is related to the alignment but is used to specify the position in the opposite direction.start: Child elements are align starting from the left or top edge of the box. If the box is larger than the total
14、 size of the children, the extra space is placed on the right or bottom side. center: Extra space is split equally along each side of the child elements, resulting the children being placed in the center of the box. end: Child elements are placed on the right or bottom edge of the box. If the box is
15、 larger than the total size of the children, the extra space is placed on the left or top side. baseline: This value applies to horizontally oriented boxes only. It causes the child elements to be aligned so that their text labels are lined up. stretch: The child elements are stretched to fit the si
16、ze of the box. For a horizontal box, the children are stretched to be the height of the box. For a vertical box, the children are stretched to be the width of the box. If the size of the box changes, the children stretch to fit. Use the flex attribute to create elements that stretch in the opposite
17、direction. -moz-box-directionSpecifies the direction in the which the children of a box are placed.normal: Children are placed either from left to right or top to bottom in the order the elements appear in the XUL source or document tree. reverse: Children are placed either from right to left or bot
18、tom to top in the order the elements appear in the XUL source or document tree. -moz-box-flexIndicates the flexibility of an element. Flexible elements grow and shrink to fit their given space. The actual value is not relevant unless there are other flexible elements within the same container. Eleme
19、nts with larger flex values will grow more than elements with lower flex values, at the ratio determined by the two elements.-moz-box-ordinal-groupIndicates the ordinal group the element belongs to. Elements with a lower ordinal group are displayed before those with a higher ordinal group.-moz-box-o
20、rientThis is the corresponding style property for a XUL element's orient attribute. For elements that are types of boxes, it determines whether the children are laid out horizontally or vertically.horizontal: The children of the element are placed horizontally in a row. vertical: The children of
21、 the element are placed vertically in a column. -moz-box-packThis property is equivalent to the pack attribute. It specifies where child elements of the box are placed when the box is larger that the size of the children. For boxes with horizontal orientation, it is used to indicate the position of
22、children horizontally. For boxes with vertical orientation, it is used to indicate the position of children vertically. The -moz-box-align attribute is used to specify the position in the opposite direction.start: Child elements are placed starting from the left or top edge of the box. If the box is
23、 larger than the total size of the children, the extra space is placed on the right or bottom side. center: Extra space is split equally along each side of the child elements, resulting the children being placed in the center of the box. end: Child elements are placed on the right or bottom edge of
24、the box. If the box is larger than the total size of the children, the extra space is placed on the left or top side. -moz-box-sizingThis property determines how the width and height of the element is calculated. It affects the width and height properties.content-box: The width and height properties
25、 specify the size of the element including the padding. border-box: The width and height properties specify the size of the element including the padding and border. padding-box: The width and height properties specify the size of the element. The padding, border and margin are added outside of this
26、 size. -moz-image-regionFor elements that have an image, this property sets the area of the image that is used. You can set multiple elements to use the same image but use a different region of the image, reducing the amount of memory required. You can change this property to simulate animation. The
27、 syntax is similar to the clip property. All four values are relative to the upper left corner of the image. -moz-image-region: rect(top, right, bottom, left); -moz-key-equivalent-moz-opacityThis property can be used to make an element partially transparent. Any content behind the element will be pa
28、rtially visible. This should be a decimal number between 0 and 1, where 0 means invisible and 1 means fully opaque. Thus, 0.5 means half-way between. Newer versions of Mozilla (1.7 and later) support the CSS3 property 'opacity'.-moz-outlineThis property can be used to set the outline of the
29、element. An outline is like a border but has some differences in the way it is drawn. This is similar to the CSS2 outline property which Mozilla does not currently support.-moz-outline-colorSets the color of the outline.-moz-outline-radiusThis property can be used to give outlines rounded corners. T
30、his should be set to a numeric value indicating the amount of rounding to use. You must use a unit (usually px for pixels). A higher number makes the outline rounder.-moz-outline-radius-bottomleftSets the rounding of the lower left corner of the outline.-moz-outline-radius-bottomrightSets the roundi
31、ng of the lower right corner of the outline.-moz-outline-radius-topleftSets the rounding of the upper left corner of the outline.-moz-outline-radius-toprightSets the rounding of the upper right corner of the outline.-moz-outline-styleSets the style of the border, which can have the same values as th
32、e border-style property.-moz-outline-widthSets the width of the outline.-moz-user-focusUsed to indicate whether the element can have the focus. By setting this to 'ignore', you can disable focusing the element, which means that the user will not be able to activate the element. The element w
33、ill be skipped in the tab sequence. A similar property 'user-focus' has been proposed for CSS3.ignore: The element does not accept the keyboard focus and will be skipped in the tab order. normal: The element can accept the keyboard focus. -moz-user-inputThis can be used to indicate whether t
34、he value of the element can be modifed. This mainly applies to textboxes.disabled: The user cannot edit the value of the textbox. The user may still select text in the textbox. enabled: The user can edit the value of the textbox. -moz-user-selectUsed to indicate whether the text of the element can b
35、e selected. This doesn't have any affect on content loaded as chrome, except in textboxes. A similar property 'user-select' has been proposed for CSS3.none: The text of the element cannot be selected. normal: The text can be selected by the user. displayAlthough the display property is p
36、art of standard CSS, some additional values are allowed, for the XUL layout styles. You can use these values for non-XUL elements too, although they may produce unusual results.-moz-box: Child elements are laid out horizontally or vertically. -moz-inline-box: -moz-grid: Child elements are laid out a
37、s a XUL grid. -moz-inline-grid: -moz-grid-group: Child elements are laid out as a group of grid columns or rows. This is the layout used by the rows and columns elements. You can use the orientation (-moz-box-orient) to set which direction. Rows would normally have vertical orientation and columns w
38、ould have a horizontal orientation. -moz-grid-line: Child elements are laid out as a single column or row of a grid. You can use the orientation (-moz-box-orient) to set which direction. -moz-stack: Child elements are laid out one on top of each other like the XUL stack element. -moz-inline-stack: -
39、moz-deck: Child elements are laid out one on top of each other like the XUL deck element. Unlike a stack, only the top element is displayed. -moz-popup: -moz-groupbox: overflowMozilla supports some additional values for the overflow property that are not in standard CSS. The overflow property is use
40、d to specify what happens when the content is too large for the container.-moz-scrollbars-horizontal: Indicates that horizontal scrollbars should appear. -moz-scrollbars-vertical: Indicates that vertical scrollbars should appear. -moz-scrollbars-none: Indicates that no scrollbars should appear. 第二部分
41、:原文地址:Moz-css 大全 FireFox 专用 css -moz-activehyperlinktext -moz-alias -moz-all -moz-anchor-decoration -moz-appearance -moz-appearance -moz-arabic-indic -moz-background-clip -moz-background-clip -moz-background-inline-policy -moz-background-inline-policy -moz-background-origin -moz-background-origin -m
42、oz-bengali -moz-bg-inset -moz-bg-outset -moz-bg-solid -moz-binding -moz-binding -moz-border-bottom-colors -moz-border-bottom-colors -moz-border-left-colors -moz-border-left-colors -moz-border-radius -moz-border-radius -moz-border-radius-bottomleft -moz-border-radius-bottomleft -moz-border-radius-bot
43、tomright -moz-border-radius-bottomright -moz-border-radius-topleft -moz-border-radius-topleft -moz-border-radius-topright -moz-border-radius-topright -moz-border-right-colors -moz-border-right-colors -moz-border-top-colors -moz-border-top-colors -moz-box -moz-box-align -moz-box-align -moz-box-direct
44、ion -moz-box-direction -moz-box-flex -moz-box-flex -moz-box-ordinal-group -moz-box-ordinal-group -moz-box-orient -moz-box-orient -moz-box-pack -moz-box-pack -moz-box-sizing -moz-box-sizing -moz-bulletinboard -moz-button -moz-buttondefault -moz-cell -moz-center -moz-center -moz-cjk-earthly-branch -mo
45、z-cjk-heavenly-stem -moz-compact -moz-context-menu -moz-copy -moz-count-down -moz-count-up -moz-count-up-down -moz-counter-increment -moz-counter-increment -moz-counter-reset -moz-counter-reset -moz-deck -moz-desktop -moz-devanagari -moz-dialog -moz-dialogtext -moz-document -moz-dragtargetzone -moz-
46、editor-invert-value -moz-editor-invert-value -moz-ethiopic-halehame -moz-ethiopic-halehame-am -moz-ethiopic-halehame-ti-er -moz-ethiopic-halehame-ti-et -moz-ethiopic-numeric -moz-field -moz-fieldtext -moz-fixed -moz-float-edge -moz-float-edge -moz-force-broken-image-icon -moz-force-broken-image-icon
47、 -moz-grab -moz-grabbing -moz-grid -moz-grid-group -moz-grid-line -moz-groupbox -moz-gtk2-hovertext -moz-gujarati -moz-gurmukhi -moz-hangul -moz-hangul-consonant -moz-hidden-unscrollable -moz-hsla -moz-hyperlinktext -moz-image-region -moz-image-region -moz-info -moz-initial -moz-inline-block -moz-in
48、line-box -moz-inline-grid -moz-inline-stack -moz-inline-table -moz-japanese-formal -moz-japanese-informal -moz-kannada -moz-khmer -moz-lao -moz-left -moz-list -moz-mac-accentdarkestshadow -moz-mac-accentdarkshadow -moz-mac-accentface -moz-mac-accentlightesthighlight -moz-mac-accentlightshadow -moz-mac-accentregularhighlight -moz-mac-accentregularshadow -moz-mac-focusrin
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 《劳动法律法规与政策》课件
- 工程项目劳务风险评估协议
- 铁路旅客运输服务普速列车设备设施规范课件
- 《建筑预算实务》课件
- 艏艉总段的装焊船体加工与装配课件
- 铁道机车专业教学张琼洁22课件
- 四空车检查南京铁道课件
- 铁路市场营销铁路运输市场分析教学案例课件
- 《GB 17930-2016车用汽油》(2025版)深度解析
- 中国五音课件下载
- 网格员宣传防诈骗知识讲座
- (完整文本版)新概念英语第一册单词表默写版1-144
- 《医院劳动合同书》电子版
- 机车直流电机的电力拖动-直流电机的基本方程
- 2022-2023学年四川省巴中市巴州区川教版(三起)四年级下学期4月期中英语试卷(解析版)
- 互联网信息审核员考试题库大全-上(单选题汇总)
- 湖南省长沙市实验小学小学语文五年级下册期末试卷(含答案)
- 硫酸生产技术 二氧化硫催化氧化的化学平衡及动力学
- 浙摄影版(2020)信息技术三年级上册第一课认识计算机(课件)
- 第七讲-信息技术与大数据伦理问题-副本
- 校园安全常识测试题卷
评论
0/150
提交评论