References : Style sheets

 | Index | 
 | Block | Background and colours | Borders | Fonts | Lists | Texts | Visual effects | Sound effects | Generated content/automatic numbering | Paged media | Table | User interface | 
 | All properties | 

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 valueauto
 
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 valuevisible | hidden | scroll | auto | inherit
 
Initial valuevisible
 
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 valuevisible | hidden | collapse | inherit
 
Initial valueinherit
 
Applied to All elements.
 
Inherited No.
 
 Top

 | Index | 
 | Block | Background and colours | Borders | Fonts | Lists | Texts | Visual effects | Sound effects | Generated content/automatic numbering | Paged media | Table | User interface | 
 | All properties |