CSS:table-layout
From MDC
[edit] Summary
table-layout property defines the algorithm to be used to layout the table cells, rows, and columns. If "fixed" is the value specified, user agents should use "fixed layout algorithm". Else user agents may use any algorithm, like the one with rendering speed instead of precision.
- Initial value:
auto - Applies to: 'table' and 'inline-table' elements
- Inherited: no
- Percentages: n/a
- Media:
visual - Computed value:
[edit] Syntax
table-layout: inherit | auto | fixed
[edit] Values
[edit] Examples
.contentbox {
table-layout: fixed;
}
[edit] Notes
[edit] Specifications
- W3C Cascading Style Sheets, level 2 revision 1
- W3C Cascading Style Sheets, level 2
- W3C Cascading Style Sheets, level 3
[edit] Browser compatibility
| Browser | Lowest Version |
|---|---|
| Internet Explorer | ? |
| Firefox | ? |
| Netscape | ? |
| Opera | ? |
| Safari | ? |
[edit] See also
caption-side table-layout border-collapse border-spacing empty-cells speak-header