![]() |
VOOZH | about |
The scrolling attribute is used to control the visibility of scrollbars in an <iframe> element. It determines whether scrollbars should appear when the embedded content exceeds the frame size.
Syntax:
<iframe scrolling="auto | yes | no">Attribute Values
Note: This attribute has been DEPRECATED and is no longer recommended.
Example: Implementation of <iframe> scrolling Attribute
Example 2: Implementation of <iframe> scrolling with no scrolling attribute.