-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.
-ms-scroll-boundary-bottom: auto | <length>
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 (scrollHeight – height), then the value is set to (scrollHeight – height).
Applies To | non-replaced block-level elements and non-replaced inline-block elements |
Media | visual |
Inherited | no |
Initial Value | none |
Send comments about this topic to Microsoft
Build date: 9/6/2012