You are here : cssCSS 3table-layout

table-layout - CSS 3

The table-layout property sets the table layout algorithm to be used for a table.


Syntax

table-layout: auto|fixed|initial|inherit;


Example

table
	{
	   
	table-layout: fixed;
	}


Output / Return Value


Limitations


Alternatives / See Also


Reference