References : Style sheets
Visual effects properties
The properties listed here affect the visual appearance of an element.
clip | overflow | visibility
|
| clip |
|
|
| Defines the visible part of an element's content. |
| |
| CSS2 value | <shape> | auto | inherit | | | | Initial value | auto | | | | Applied to | Block-level and replaced elements. | | | | Inherited | No. | | |
Top |
|
|
| overflow |
|
|
| Specifies whether the content of a block-level element is clipped when it overflows the element's box. |
| |
| CSS2 value | visible | hidden | scroll | auto | inherit | | | | Initial value | visible | | | | Applied to | Block-level and replaced elements. | | | | Inherited | No. | | |
Top |
|
|
| visibility |
|
|
| Specifies whether the box generated by an element is displayed. Note that, even when it is not visible, it still affects the layout. |
| |
| CSS2 value | visible | hidden | collapse | inherit | | | | Initial value | inherit | | | | Applied to | All elements. | | | | Inherited | No. | | |
Top |
|
|