accelerator |
|
Specifies whether the object contains an accelerator key. |
background |
|
Specifies up to five separate background properties, in a shorthand form. |
background-attachment |
|
Specifies whether the background-image should scroll with the contents of the object or not. |
background-color |
|
Specifies the color to use for the background of the object. |
background-image |
|
Specifies the image to use as the background of the object. |
background-position |
|
Sets the position of the background-image within the element. |
background-position-x |
|
Specifies the horizontal coordinate of the background-image relative to the upper-left corner of the container object. |
background-position-y |
|
Specifies the vertical-coordinate of the background-image relative to the upper-left corner of the container object. |
background-repeat |
|
Specifies how to tile the background-image relative to the upper-left corner of the container object. |
behavior |
|
Sets the URL of a behavior file. |
border |
|
Sets up to three separate border properties, in a shorthand form. |
border-bottom |
|
Sets the color, style and width properties for the element's bottom border, in a shorthand form. |
border-bottom-color |
|
Specifies the color of the element's bottom border. |
border-bottom-style |
|
Specifies the style of the element's bottom border. |
border-bottom-width |
|
Specifies the width of the element's bottom border. |
border-color |
|
Specifies the color of the element's border. |
border-left |
|
Specifies the color, style and width properties for the element's left border, in a shorthand form. |
border-left-color |
|
Specifies the color of the element's left border. |
border-left-style |
|
Specifies the style of the element's left border. |
border-left-width |
|
Specifies the width of the element's left border. |
border-right |
|
Specifies the color, style and width properties for the element's right border, in a shorthand form. |
border-right-color |
|
Specifies the color of the element's right border. |
border-right-style |
|
Specifies the style of the element's right border. |
border-right-width |
|
Specifies the width of the element's right border. |
border-style |
|
Specifies the style of the element's border. |
border-top |
|
Specifies the color, style and width properties for the element's top border, in a shorthand form. |
border-top-color |
|
Specifies the color of the element's top border. |
border-top-style |
|
Specifies the style of the element's top border. |
border-top-width |
|
Specifies the width of the element's top border. |
border-width |
|
Specifies the width of the element's border. |
bottom |
|
Specifies the bottom coordinate of a positioned element. |
box-sizing |
|
Specifies how the width and the height of the element are calculated. It affects the height and width properties. |
clear |
|
Specifies the position of the element relative to floating objects. |
clip |
|
Specifies which part of a positioned element is visible. |
color |
|
Specifies the color of the element's text content. |
content |
|
Specifies the generated content after or before the element. |
counter-increment |
|
Specifies the list of counters and increment values. |
counter-reset |
|
Sets the list of counters and their initial values. |
cursor |
|
Specifies the type of cursor to display for the pointing device (mouse). |
direction |
|
Specifies the text direction. |
display |
|
Specifies the element's display type. |
filter |
|
Specifies the filter or collection of filters applied to the object. |
float |
|
Specifies the horizontal alignment of the object. |
font |
|
Specifies up to six separate font properties, in a shorthand form. |
font-family |
|
Specifies the font face for text. |
font-size |
|
Specifies the font size of the text. |
font-style |
|
Specifies whether the style of the font is normal, italic or oblique. |
font-variant |
|
Specifies a variation of the specified or default font-family. |
font-weight |
|
Specifies the font weight of the text. |
height |
|
Specifies the height of the visible area for an element. |
layout-flow |
|
Specifies the flow and direction of the content in an element. |
layout-grid |
|
Specifies up to four separate layout-grid properties that specify the layout of text characters. |
layout-grid-char |
|
Specifies the size of the character grid for the layout of an element's text content. |
layout-grid-line |
|
Specifies the gridline value used for laying out Japanese or Chinese characters in a web document. |
layout-grid-mode |
|
Specifies whether the text layout grid uses one or two dimensions. |
layout-grid-type |
|
Specifies the type of grid to be used for laying out Japanese or Chinese characters in a web document. |
left |
|
Specifies the left coordinate of a positioned element. |
letter-spacing |
|
Specifies the amount of space between letters. |
line-break |
|
Specifies the line-breaking rules for Chinese, Japanese or Korean text. |
line-height |
|
Specifies the distance between lines of text in a block-level element. |
margin |
|
Specifies a shorthand property for setting the top, right, bottom and left margins, in that order. |
margin-bottom |
|
Specifies the bottom margin of the object. |
margin-left |
|
Specifies the left margin of the object. |
margin-right |
|
Specifies the right margin of the object. |
margin-top |
|
Specifies the top margin of the object. |
max-height |
|
Specifies the maximum height for the visible area of an element. |
max-width |
|
Specifies the maximum width for the visible area of an element. |
min-height |
|
Specifies a minimum height for the visible area of an element. |
min-width |
|
Specifies the minimum width for the visible area of an element. |
opacity |
|
Sets the transparency level of an element. For Internet Explorer, use filter with 'Alpha(opacity=percent)'. |
orphans |
|
Specifies the minimum number of lines at the start of an element's rendered content that must be visible at the bottom of a page. |
outline |
|
Specifies a shorthand form for all outline properties at once. Outline is a line around an element, but different from the border property. |
outline-color |
|
Specifies the color for the outline for an element. |
outline-style |
|
Specifies the style for an element's outline. |
outline-width |
|
Specifies the width for an element's outline. |
overflow |
|
Specifies what to do with content outside the element's rendering area. |
overflow-x |
|
Specifies what to do with content that exceeds the element's width. |
overflow-y |
|
Specifies what to do with content that exceeds the element's height. |
padding |
|
Specifies a shorthand property for setting the top, right, bottom and left spaces between an element's border and its contents, in that order. |
padding-bottom |
|
Specifies the space between an element's bottom border and its contents. |
padding-left |
|
Specifies the space between an element's left border and its contents. |
padding-right |
|
Specifies the space between an element's right border and its contents. |
padding-top |
|
Specifies the space between an element's top border and its contents. |
page-break-after |
|
Specifies whether a page break occurs after the object when printing. |
page-break-before |
|
Specifies whether a page break occurs before the object when printing. |
page-break-inside |
|
Specifies the page-breaking behavior that should occur inside an element's rendering box when printing. |
position |
|
Specifies what type of positioning method is used to render the current element. |
quotes |
|
Specifies the pairs of quotation marks for the 'open-quote' and 'close-quote' values of the content property. |
right |
|
Specifies the right coordinate of a positioned element. |
scrollbar-3dlight-color |
|
Specifies the color of the outer top and left bevel edges of the scroll box and scroll arrows of the scroll bar. |
scrollbar-arrow-color |
|
Specifies the color of the arrow of the scroll bar. |
scrollbar-base-color |
|
Specifies the main color of the scroll bar. |
scrollbar-darkshadow-color |
|
Specifies the color of the outer bottom and right bevel edges of the scroll box and scroll arrows of the scroll bar. |
scrollbar-face-color |
|
Specifies the color for the face of the scroll bar. |
scrollbar-highlight-color |
|
Specifies the color of the top and left edges of the scroll bar. |
scrollbar-shadow-color |
|
Specifies the color of the bottom and right edges of the scroll bar. |
scrollbar-track-color |
|
Specifies the color of the scroll bar's track element. |
text-align |
|
Specifies the horizontal alignment of the text within the element. |
text-align-last |
|
Specifies the alignment type of the last or only line of text in the element's contents. |
text-autospace |
|
Specifies the spacing rules between Western and Asian-based (such as Japanese and Chinese) characters. |
text-decoration |
|
Specifies the appearance characteristics of text, whether it is underlined, overlined, lined-through or blinking text. |
text-indent |
|
Specifies the horizontal indent for the first line of text. |
text-justify |
|
Specifies how justified text should be aligned and spaced. |
text-kashida-space |
|
Specifies how to justify lines of text by elongating characters at algorithmically-selected points in Arabic writing systems. |
text-overflow |
|
Specifies how to handle the overflowed area of text. |
text-transform |
|
Specifies the case of the text. |
text-underline-position |
|
Specifies the position of the underline decoration. |
top |
|
Specifies the top coordinate of a positioned element. |
unicode-bidi |
|
Specifies whether the text should be overridden to support multiple languages in the same document. Use with the direction property. |
visibility |
|
Specifies whether the element is visible. |
white-space |
|
Specifies how spaces, tabs, and newline characters inside the element are handled. |
widows |
|
Specifies the minimum number of lines at the end of an element's rendered content that must be visible at the top of a page. |
width |
|
Specifies the width of the visible area for an element. |
word-break |
|
Specifies the line breaking rule within words. |
word-spacing |
|
Specifies the spacing between words. |
word-wrap |
|
Specifies whether the current line should break if the content exceeds the boundaries of its container. |
writing-mode |
|
Specifies the intrinsic writing direction of the element's content. |
z-index |
|
Specifies the stack level of positioned objects. |
zoom |
|
Specifies the zoom level of the element's content. |