Hodnoty:
th {vertical-align: bottom;}
td {vertical-align: top;}
table {
border: 1px dotted blue;
border-collapse: collapse;
}
table.dvojramecek {
border: 1px solid green;
border-collapse: separate; /* oddelene bunky a ramecek tabulky */
}
table {
border: 1px dotted blue;
border-spacing: 10px;
}Nepodporuje IE7- 
Hodnoty:
table {
caption-side: bottom;
}Nepodporuje IE7- 
Opera zná pouze hodnoty top a bottom 
table {
border: 1px dotted blue;
empty-cells: hide;
}
table.zobrazit {
border: 1px solid green;
empty-cells: show;
}Nepodporuje IE7- 