FireFox專用css.doc_第1頁(yè)
FireFox專用css.doc_第2頁(yè)
FireFox專用css.doc_第3頁(yè)
FireFox專用css.doc_第4頁(yè)
FireFox專用css.doc_第5頁(yè)
已閱讀5頁(yè),還剩5頁(yè)未讀, 繼續(xù)免費(fèi)閱讀

下載本文檔

版權(quán)說(shuō)明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)

文檔簡(jiǎn)介

此文檔收集于網(wǎng)絡(luò),如有侵權(quán),請(qǐng)聯(lián)系網(wǎng)站刪除網(wǎng)上搜集的FireFox專用css第一部分:原文地址:/leonny/archive/2007/07/13/816852.html-moz-appearanceUsed to cause an element to take its border, background style and size from the operating systems theme. This causes XUL elements to be drawn similar to the way the users system draws such elements. This currently only has an effect on Windows XP 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 will 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: continuous: 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 appear 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 content. 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 binding 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 eliminates 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 property 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 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 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 equivalent 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 orientation, 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 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 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 size 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 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 bottom 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. Elements 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-orientThis is the corresponding style property for a XUL elements 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 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 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 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 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 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 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 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 partially 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 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. 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 outline rounder.-moz-outline-radius-bottomleftSets the rounding of the lower left corner of the outline.-moz-outline-radius-bottomrightSets the rounding 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 the 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 will 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 the 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 be selected. This doesnt 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 part 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 as 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 would 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: -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 used 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. 第二部分:原文地址:/blog/159406Moz-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 -moz-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-bottomright -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-direction -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 -moz-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-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 -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-inline-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-focusring -moz-m

溫馨提示

  • 1. 本站所有資源如無(wú)特殊說(shuō)明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁(yè)內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒(méi)有圖紙預(yù)覽就沒(méi)有圖紙。
  • 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 人人文庫(kù)網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
  • 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。

最新文檔

評(píng)論

0/150

提交評(píng)論