::Stuff for the multi-spec coder;

Coding, formats, standards, and other practical things.

 Home  //  CSS  //  table-layout 

<!-- CSS 2.1 Reference

Property Name: table-layout


Default Value: auto
Inherited: no
Possible values directly from the standard:
auto, fixed, inherit

Property Description:

This property determines which algorithm is used to render a table. When using the automatic (default) algorithm, the entire table, along with the data contained within, is taken into account when calculating column widths. This method will produce tables that will accomodate all of their containing data, but will take longer to render (the larger the table is, the more time it will take to make all of the calculations needed). When using the fixed algorithm, the column widths will be calculated according to the first row of data. While this method is much faster, it's likely to produce a table that will not stretch to accomodate all of the data contained within it properly.


Example:

.fixed_table { table-layout: fixed; }


Complete CSS Property Listing:
background-attachment, background-color, background-image, background-position, background-repeat, background, border-collapse, border-color, border-spacing, border-style, border-top, border-right, border-bottom, border-left, border-top-color, border-right-color, border-bottom-color, border-left-color, border-top-style, border-right-style, border-bottom-style, border-left-style, border-top-width, border-right-width, border-bottom-width, border-left-width, border-width, border, bottom, caption-side, clear, clip, color, content, counter-increment, counter-reset, cursor, direction, display, empty-cells, float, font-family, font-size, font-style, font-variant, font-weight, font, height, left, letter-spacing, line-height, list-style-image, list-style-position, list-style-type, list-style, margin-top, margin-right, margin-bottom, margin-left, margin, max-height, max-width, min-height, min-width, outline-color, outline-style, outline-width, outline, overflow, padding-top, padding-right, padding-bottom, padding-left, padding, position, quotes, right, table-layout, text-align, text-decoration, text-indent, text-transform, top, unicode-bidi, vertical-align, visibility, white-space, width, word-spacing, z-index














Looking for the old guiStuff?

It's still here, the old content didn't go anywhere.