|
Classification PropertiesDisplay
The display property is used to define an element with one of four values:
Each element typically is given a default display value by the browser, based on suggested rendering in the HTML specification. The display property can be dangerous because of its ability to display elements in what would otherwise be an improper format. The use of the value none will turn off display of the element to which it is assigned, including any children elements! Whitespace
The white-space property will determine how spaces within the element are treated. This property takes one of three values:
List Style Type
The list-style-type property specifies the type of list-item marker, and is used if list-style-image is none or if image loading is turned off. Examples:
List Style Image
The list-style-image property specifies the image that will be used as list-item marker when image loading is turned on, replacing the marker specified in the list-style-type property. Examples:
List Style Position
The list-style-position property takes the value inside or outside, with outside being the default. This property determines where the marker is placed in regard to the list item. If the value inside is used, the lines will wrap under the marker instead of being indented. An example rendering is: Outside rendering: * List item 1 second line of list item Inside rendering: * List item 1 second line of list item List Style
The list-style property is a shorthand for the list-style-type, list-style-position, and list-style-image properties. Examples:
Maintained by John Pozadzides and Liam Quinn Copyright © 1997 John Pozadzides and Liam Quinn. All rights reserved. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
With any suggestions or questions please feel free to contact us |