display | white-space |
list-style list-style-type | list-style-image | list-style-position |
|
Allowed Values |
Value Type |
Browser Support |
Description |
block | explicit | IE | N4B2 | This setting equates the current element to other block-level elements such as H1, BLOCKQUOTE and P. |
inline | explicit | IE | N4B2 | This setting equates the current element to other inline elements (also called Phrase Markup or Character Formatting) such as EM, B, and FONT. |
list-item | explicit | IE | N4B2 | This setting equates the current element to other list sub-structures. This includes elements such as LI, and DD |
none | explicit | IE4B1 | N4B2 | This value turns off the display of the current element, its virtual display box as well as its children elements. |
|
Allowed Values |
Value Type |
Browser Support |
Description |
normal | explicit | IE | N4B2 | This setting is the normal behavior of most HTML tags. Carriage returns, linefeeds and multiple spaces are treated as a single space. Line wrapping is controlled by the browser. |
pre | explicit | IE | N4B2 | This setting makes a section behave like the HTML PRE tag, where line wrapping control is taken away from the browser and all spaces, carriage returns, and linefeeds in the document are preserved and displayed "as-is." |
nowrap | explicit | IE | N | Sections with a property value of 'nowrap' treat carriage returns/linefeeds and multiple spaces as a single space, but linebreaks are not controlled by the browser. They are instead controlled only by the HTML BR element. |
|
Allowed Values |
Value Type |
Browser Support |
Description |
[list-style-type] | [marker-type] | IE4B2 | N4B5 | See the individual property for details on syntax and allowed values. |
[list-style-position] | [position] | IE4B2 | N | See the individual property for details on syntax and allowed values. |
[list-style-image] | [URL] | IE4B2 | N | See the individual property for details on syntax and allowed values. |
|
Allowed Values |
Value Type |
Browser Support |
Description |
none | explicit | IE4B2 | N4B5 | No list-marker will be displayed for each list item. |
disc | circle | square | explicit | IE4B2 | N4B5 | This specifies standard symbols to use as non-ordered list markers. For each
successive list-item, the symbol will remain the same. - 'disc': Solid bullet (default.) - 'circle': Hollow bullet. - 'square': Solid square. |
decimal | lower-roman | upper-roman | lower-alpha | upper-alpha | explicit | IE4B2 | N4B5 | This specifies a standard set of symbol systems to use as ordered list markers.
The values increment with each successive list item using an alpha-numeric sequence. - 'decimal': 1, 2, 3,4, 5,... - 'lower-roman': i, ii, iii, iv, v,... - 'upper-roman': I, II, III, IV, V,... - 'lower-alpha': a, b, c, d, e,... - 'upper-alpha': A, B, C, D, E,... |
|
Allowed Values |
Value Type |
Browser Support |
Description |
none | explicit | IE4B2 | N | No list-marker will be displayed for each list item. |
[URL] | explicit | IE4B2 | N | This value indicates the URL source for the list-marker graphic. It can be either an absolute or relative URL. Please see the section on URL Units for details on how to indicate a URL within a Style Sheet. If the graphic can not be loaded, whatever 'list-style-type' property is set will be used. |
|
Allowed Values |
Value Type |
Browser Support |
Description |
inside | explicit | IE4B2 | N | This renders wrapped text at a similar indentation level to the list-marker. |
outside | explicit | IE4B2 | N | This specifies that all list item content will be rendered indented from the list-marker. |