-ms-scroll-boundary-bottom property

Do not use. This property has been replaced by the -ms-scroll-limit-y-max property, and is no longer recognized by Windows Internet Explorer. To ensure compatibility in the future, applications using this property should be updated accordingly. Gets or sets a value that specifies the maximum value for the scrollTop property.

This property is read/write.

Internet Explorer 10

Syntax

-ms-scroll-boundary-bottom: auto | <length>

Property values

One of the following values.

  • auto
    The maximum value for the scrollTop property is equal to scrollHeight.

  • length
    The maximum value for the scrollTop property. If the value specified is greater than (scrollHeightheight), then the value is set to (scrollHeightheight).

CSS information

Applies To non-replaced block-level elements and non-replaced inline-block elements
Media visual
Inherited no
Initial Value none

See also

CSSStyleDeclaration

 

 

Send comments about this topic to Microsoft

Build date: 9/6/2012