This example demonstrates how the visibility property behaves on TABLE elements:
Note: The value "collapse" can only be used on TABLE elements.
table#myTABLE { background-color:yellow; visibility:visible;}