3 out of 7 rated this helpful - Rate this topic

scrolling attribute | scrolling property

Sets or retrieves whether the frame can be scrolled.

Syntax

HTML<element scrolling="p" ... >
JavaScript

p = object.scrolling

Property values

Type: String

auto

Default. Application determines whether scroll bars are necessary.

no

Frame cannot be scrolled.

yes

Frame can be scrolled.

See also

frame
iframe

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.