The visibility CSS property shows or hides an element without changing the layout of a document.
visible
The element box is visible.
hidden
The element box is invisible (not drawn), but still affects layout as normal. Looks like 'opacity: 0'.
Initial value | visible |
Applies to | all elements |
Inherited | no |
Animatable | yes |
collapse
、inherit
、initial
andunset
are not supported.
When visibility
is set to hidden
, all subviews will be invisible, no matter what values their visibility
are.
LCD tables only load in the browser