![]() |
VOOZH | about |
The CSSoverflow property is used to set the overflow behavior of an element. It is the shorthand property of overflow-x and overflow-y properties. This property is used to control the large content.
Syntax:
overflow: visible | hidden | clip | scroll | auto;Property Values:
Example 1: The following code demonstrates the CSS overflow: auto property.
Output:
Example 2: The following code shows that the overflow feature is hidden by using theoverflow:hidden property.
Output:
Supported Browsers: