HTML and CSS Reference
In-Depth Information
list-style-image
Used to specify an image (via URL) to be used as the list item marker.
Value: <url> | none
Initial value: none
Inherited: Yes
Applies to: Elements with a display value of list-item
Supported by: Firefox, Safari, Opera, Internet Explorer
Tables
The following properties can be used to style tables.
border-collapse
Determines whether table cells have separate borders or share borders with adjacent cells,
groups of rows and columns, or the table itself.
Value: collapse | separate
Initial value: separate
Inherited: Yes
Applies to: Tables and inline tables
Supported by: Firefox, Safari, Opera, Internet Explorer
border-spacing
Determines the space between pairs of table, group, or cell borders.
Value: Either one or two instances of a length. If two values are present, the first one
determines horizontal and the second vertical distance.
Initial value: 0
Inherited: Yes
Applies to: Table and inline tables with separate borders
Supported by: Firefox, Safari, Opera
empty-cells
Used to hide borders for empty table cells.
Search WWH ::




Custom Search