Back to Content

Element: scrollTopMax property

files/en-us/web/api/element/scrolltopmax/index.md

latest407 B
Original Source

{{APIRef("DOM")}}{{Non-standard_header}}

The Element.scrollTopMax read-only property returns a number representing the maximum top scroll offset possible for the element.

Value

A number.

Specifications

This property is not part of any specification.

Browser compatibility

{{Compat}}

See also

  • {{domxref("Element.scrollLeftMax")}} giving the same information for the other axis.