| ZVON > References > CSS2 Reference |
| Intro / Search / ZVON |
| Property: | caption-side |
| Inherited: | yes |
| Value: | top | bottom | left | right | inherit |
| Initial: | top |
| Applies to: | 'table-caption' elements |
| Media: | visual |
| Percentages: | N/A |
|
<AAA> <BBB> <CCC>www</CCC> <CCC>zvon</CCC> <CCC>org</CCC> </BBB> <BBB> <CCC>www</CCC> <CCC>zvon</CCC> <CCC>org</CCC> </BBB> <cap>Table with caption</cap> </AAA> |
View AAA {display: table;} BBB {display: table-row-group} CCC {display: table-cell; background-color: white} cap {display: table-caption; caption-side: bottom} |
|
<AAA> <BBB> <CCC>www</CCC> <CCC>zvon</CCC> <CCC>org</CCC> </BBB> <BBB> <CCC>www</CCC> <CCC>zvon</CCC> <CCC>org</CCC> </BBB> <cap>Table with caption</cap> </AAA> |
View AAA {display: table;} BBB {display: table-row-group} CCC {display: table-cell; background-color: white} cap {display: table-caption; caption-side: left} |
|
<AAA> <BBB> <CCC>www</CCC> <CCC>zvon</CCC> <CCC>org</CCC> </BBB> <BBB> <CCC>www</CCC> <CCC>zvon</CCC> <CCC>org</CCC> </BBB> <cap>Table with caption</cap> </AAA> |
View AAA {display: table;} BBB {display: table-row-group} CCC {display: table-cell; background-color: white} cap {display: table-caption; caption-side: top} |
|
<AAA> <BBB> <CCC>www</CCC> <CCC>zvon</CCC> <CCC>org</CCC> </BBB> <BBB> <CCC>www</CCC> <CCC>zvon</CCC> <CCC>org</CCC> </BBB> <cap>Table with caption</cap> </AAA> |
View AAA {display: table;} BBB {display: table-row-group} CCC {display: table-cell; background-color: white} cap {display: table-caption; caption-side: right} |