CSS Table-Layout Property

CSS 1

CSS 2

CSS 3

No Yes Yes

Description

Specifies the algorithm to be used in table layouts.

Syntax

table-layout: [border-style1] [border-style2] ...

Possible values

  • auto
  • fixed
  • inherit

Initial Value

Auto

Applies To

Tables and inline tables

Inherited

No

Media

Visual

Example

table {table-layout: fixed;}


View All CSS Properties