HTML iframe scrolling Attribute
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
<iframe scrolling="yes"> |
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. |
HTML iframe scrolling Attribute
Reviewed by 1000sourcecodes
on
04:41
Rating: