Easy Tutorial
❮ Att Th Nowrap Att Iframe Src ❯

HTML <frame> scrolling Attribute

HTML <frame> Tag

Example

A frame that always displays scrollbars:


Browser Support

Internet Explorer 8 and earlier versions, Firefox, and Opera support the scrolling attribute.

Note: Internet Explorer 9 and later versions no longer support the scrolling attribute.


Definition and Usage

The scrolling attribute specifies whether to display scrollbars in a <frame>.

By default, scrollbars appear in the <frame> if the content exceeds the frame size.


Syntax

Attribute Values

Value Description
auto Displays scrollbars if needed (default).
yes Always displays scrollbars (even if not needed).
no Never displays scrollbars (even if needed).
❮ Att Th Nowrap Att Iframe Src ❯