Definition and Usage The scrolling attribute specifies the scrollbar rules for the iframe. By default, scrollbars appear if the iframe cont...
Definition and Usage
The scrolling attribute specifies the scrollbar rules for the iframe.
By default, scrollbars appear if the iframe content is larger than the iframe.
Syntax
<iframe scrolling="scrollbars"> |
Syntax Example
Attribute Values
Value | Description |
auto | Default. Scrollbars appear if needed. |
yes | Scrollbars are always shown, even if they are not needed. |
no | Scrollbars are never shown, even if they are needed. |