background |
|
Specifies or returns up to five separate background properties, in a shorthand form. |
backgroundColor |
|
Specifies or returns the color to use for the background of the object. |
behavior |
|
Sets or retrieves the URL of a behavior file. |
border |
|
Sets or retrieves up to three separate border properties, in a shorthand form. |
borderBottom |
|
Sets or retrieves the color, style and width properties for the element's bottom border, in a shorthand form. |
borderBottomColor |
|
Specifies or returns the color of the element's bottom border. |
borderBottomStyle |
|
Specifies or returns the style of the element's bottom border. |
borderBottomWidth |
|
Specifies or returns the width of the element's bottom border. |
borderColor |
|
Specifies or returns the color of the element's border. |
borderLeft |
|
Specifies or returns the color, style and width properties for the element's left border, in a shorthand form. |
borderLeftColor |
|
Specifies or returns the color of the element's left border. |
borderLeftStyle |
|
Specifies or returns the style of the element's left border. |
borderLeftWidth |
|
Specifies or returns the width of the element's left border. |
borderRight |
|
Specifies or returns the color, style and width properties for the element's right border, in a shorthand form. |
borderRightColor |
|
Specifies or returns the color of the element's right border. |
borderRightStyle |
|
Specifies or returns the style of the element's right border. |
borderRightWidth |
|
Specifies or returns the width of the element's right border. |
borderStyle |
|
Specifies or returns the style of the element's border. |
borderTop |
|
Specifies or returns the color, style and width properties for the element's top border, in a shorthand form. |
borderTopColor |
|
Specifies or returns the color of the element's top border. |
borderTopStyle |
|
Specifies or returns the style of the element's top border. |
borderTopWidth |
|
Specifies or returns the width of the element's top border. |
borderWidth |
|
Specifies or returns the width of the element's border. |
color |
|
Specifies or returns the color of the element's text content. |
cssText |
|
Sets or retrieves the contents of a style declaration as a string. |
direction |
|
Specifies or returns the text direction. |
display |
|
Specifies or returns the element's display type. |
font |
|
Specifies or returns up to six separate font properties, in a shorthand form. |
fontFamily |
|
Specifies or returns the font face for text. |
fontSize |
|
Specifies or returns the font size of the text. |
fontSizeAdjust |
|
Specifies or returns font aspect value (font size divided by x-height). |
fontStyle |
|
Specifies or returns whether the style of the font is normal, italic or oblique. |
fontVariant |
|
Specifies or returns a variation of the specified or default fontFamily. |
fontWeight |
|
Specifies or returns the font weight of the text. |
hasLayout |
|
Returns a Boolean value that indicates whether the object has layout or not. |
height |
|
Specifies or returns the height of the visible area for an element. |
length |
|
Returns the number of properties that have been set in the current style object. |
letterSpacing |
|
Specifies or returns the amount of space between letters. |
margin |
|
Specifies or returns a shorthand property for setting the top, right, bottom and left margins, in that order. |
marginBottom |
|
Specifies or returns the bottom margin of the object. |
marginLeft |
|
Specifies or returns the left margin of the object. |
marginRight |
|
Specifies or returns the right margin of the object. |
marginTop |
|
Specifies or returns the top margin of the object. |
MozBackgroundClip |
|
Sets or retrieves which part of background is visible. |
MozBackgroundInlinePolicy |
|
Specifies or retrieves how the backgroundImage of an inline element is determined when the contents of the inline element wrap onto multiple lines. |
MozBackgroundOrigin |
|
Specifies or retrieves how the backgroundPosition property is determined, i.e. it defines the reference point that the backgroundImage is relative to. |
MozBinding |
|
Sets or retrieves the URL of the XBL (Extensible Binding Language) file containing the binding. |
MozBorderBottomColors |
|
Sets or retrieves the border colors for the bottom edge. You can specify as many color values as you want. All specified colors will appear as a 1px thick line. |
MozBorderLeftColors |
|
Sets or retrieves the border colors for the left edge. You can specify as many color values as you want. All specified colors will appear as a 1px thick line. |
MozBorderRadius |
|
Sets or retrieves the rounding of the corners of the border. |
MozBorderRadiusBottomleft |
|
Sets or retrieves the rounding of the lower left corner of the border. |
MozBorderRadiusBottomright |
|
Sets or retrieves the rounding of the lower right corner of the border. |
MozBorderRadiusTopleft |
|
Sets or retrieves the rounding of the upper left corner of the border. |
MozBorderRadiusTopright |
|
Sets or retrieves the rounding of the upper right corner of the border. |
MozBorderRightColors |
|
Sets or retrieves the border colors for the right edge. You can specify as many color values as you want. All specified colors will appear as a 1px thick line. |
MozBorderTopColors |
|
Sets or retrieves the border colors for the top edge. You can specify as many color values as you want. All specified colors will appear as a 1px thick line. |
MozFloatEdge |
|
Specifies or retrieves whether the height and width properties of the element include the margin, border, or padding thickness. |
MozMarginEnd |
|
Specifies or retrieves the width of the left or the right margin, depends on the writing direction. |
MozMarginStart |
|
Specifies or retrieves the width of the left or the right margin, depends on the writing direction. |
MozOpacity |
|
Sets or retrieves the opacity level. For a cross-browser solution, use the opacity property in Firefox, Google Chrome, Safari and Opera, and the filter property ('filter:Alpha(opacity=50)') in Internet Explorer. |
MozOutline |
|
Sets or retrieves the outline of the element. |
MozOutlineColor |
|
Sets or retrieves the color of the outline. |
MozOutlineOffset |
|
Sets or retrieves the amount of space between the outline and the border or the edge of the element. |
MozOutlineRadius |
|
Sets or retrieves the rounding of the outline corners. |
MozOutlineRadiusBottomleft |
|
Sets or retrieves the rounding of the lower left outline corner. |
MozOutlineRadiusBottomright |
|
Sets or retrieves the rounding of the lower right outline corner. |
MozOutlineRadiusTopleft |
|
Sets or retrieves the rounding of the upper left outline corner. |
MozOutlineRadiusTopright |
|
Sets or retrieves the rounding of the upper right outline corner. |
MozOutlineStyle |
|
Sets or retrieves the style of the left, right, top, and bottom borders of the object. |
MozOutlineWidth |
|
Sets or retrieves the width of the outline. |
MozUserFocus |
|
Specifies or retrieves whether the element can have focus. |
MozUserInput |
|
Specifies or retrieves whether the element can have the input focus. |
MozUserModify |
|
Specifies or retrieves which part of the contents of an element can be modified by the user. |
MozUserSelect |
|
Specifies or retrieves whether the text of the element can be selected. |
opacity |
|
Sets or retrieves the transparency level of an element. For Internet Explorer, use filter with 'Alpha(opacity=percent)'. |
opPhonemes |
|
Specifies or retrieves a phonetic pronunciation for the text contained by the corresponding element. |
opVoicePitch |
|
Specifies or retrieves the average frequency of the speaking voice. |
opVoicePitchRange |
|
Specifies or retrieves the variation from the average pitch of the voice. |
opVoiceRate |
|
Specifies or returns the number of spoken words per minute. |
opVoiceStress |
|
Specifies or retrieves the strength of emphasis to be applied. |
opVoiceVolume |
|
Sets or retrieves the volume of a spoken element. |
OTextOverflow |
|
Specifies or returns how to handle the overflowed area of text. |
outline |
|
Specifies or returns a shorthand form for all outline properties at once. Outline is a line around an element, but different from the border property. |
outlineColor |
|
Specifies or returns the color for the outline for an element. |
outlineOffset |
|
Sets or retrieves the amount of space between the outline and the border or the edge of the element. |
outlineStyle |
|
Specifies or returns the style for an element's outline. |
outlineWidth |
|
Specifies or returns the width for an element's outline. |
padding |
|
Specifies or returns a shorthand property for setting the top, right, bottom and left spaces between an element's border and its contents, in that order. |
paddingBottom |
|
Specifies or returns the space between an element's bottom border and its contents. |
paddingLeft |
|
Specifies or returns the space between an element's left border and its contents. |
paddingRight |
|
Specifies or returns the space between an element's right border and its contents. |
paddingTop |
|
Specifies or returns the space between an element's top border and its contents. |
pixelBottom |
|
Specifies or retrieves the value of the bottom style property, in pixels. |
pixelHeight |
|
Specifies or retrieves the value of the height style property, in pixels. |
pixelLeft |
|
Specifies or retrieves the value of the left style property, in pixels. |
pixelRight |
|
Specifies or retrieves the value of the right style property, in pixels. |
pixelTop |
|
Specifies or retrieves the value of the top style property, in pixels. |
pixelWidth |
|
Specifies or retrieves the value of the width style property, in pixels. |
posBottom |
|
Specifies or retrieves the value of the bottom style property as a floating-point number that specifies the value in the current unit type of the bottom property. |
posHeight |
|
Specifies or retrieves the value of the height style property as a floating-point number that specifies the value in the current unit type of the height property. |
posLeft |
|
Specifies or retrieves the value of the left style property as a floating-point number that specifies the value in the current unit type of the left property. |
posRight |
|
Specifies or retrieves the value of the right style property as a floating-point number that specifies the value in the current unit type of the right property. |
posTop |
|
Specifies or retrieves the value of the top style property as a floating-point number that specifies the value in the current unit type of the top property. |
posWidth |
|
Specifies or retrieves the value of the width style property as a floating-point number that specifies the value in the current unit type of the width property. |
textDecoration |
|
Specifies or returns the appearance characteristics of text, whether it is underlined, overlined, lined-through or blinking text. |
textTransform |
|
Specifies or returns the case of the text. |
unicodeBidi |
|
Specifies or returns whether the text should be overridden to support multiple languages in the same document. Use with the direction property. |
visibility |
|
Specifies or returns whether the element is visible. |
voiceFamily |
|
Specifies or returns the type of voice to use as speak control. |
width |
|
Specifies or returns the width of the visible area for an element. |
wordSpacing |
|
Specifies or returns the spacing between words. |
XvInterpretAs |
|
Specifies or retrieves how to interpret the contents of the corresponding element. |
XvPhonemes |
|
Specifies or retrieves a phonetic pronunciation for the text contained by the corresponding element. |
XvVoiceBalance |
|
Sets or retrieves the balance between left and right channels. |
XvVoiceDuration |
|
Specifies or retrieves how long a given element is to be rendered. |
XvVoicePitch |
|
Specifies or retrieves the average frequency of the speaking voice. |
XvVoicePitchRange |
|
Specifies or retrieves the variation from the average pitch of the voice. |
XvVoiceRate |
|
Specifies or returns the number of spoken words per minute. |
XvVoiceStress |
|
Specifies or retrieves the strength of emphasis to be applied. |
XvVoiceVolume |
|
Sets or retrieves the volume of a spoken element. |