HTML and CSS Reference
In-Depth Information
Value: Either show | hide
Initial value: show
Inherited: Yes
Applies to: Table cells with separate borders
Supported by: Firefox, Safari, Opera
table-layout
Used to specify the layout mode for tables. If table-layout is set to fixed , then the width of
the table columns are computed after the first row. Explicit values for width on column ele-
ments are honored.
Value: auto | fixed
Initial value: auto
Inherited: No
Applies to: Tables and inline tables whose width property is not set to auto
Supported by: Firefox, Safari, Opera, Internet Explorer
caption-side
Determines whether the caption is placed above or below the table.
Value: top | bottom
Initial value: top
Inherited: Yes
Applies to: table-caption elements
Supported by: Firefox, Safari, Opera
Generated Content
The properties that follow can be used to generate content.
content
Used to specify text to be inserted as the content of pseudo-elements that were introduced
using :before or :after pseudo-element selectors.
Search WWH ::




Custom Search