Back to Content

Element: scrollLeftMax property

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

latest408 B
Original Source

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

The Element.scrollLeftMax read-only property returns a number representing the maximum left 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.scrollTopMax")}} giving the same information for the other axis.