--- title: Element.scrollTopMax slug: Web/API/Element/scrollTopMax tags: - API - CSSOM View - Elemento - Propiedad - Read-only - Referencia - Solo lectura translation_of: Web/API/Element/scrollTopMax ---
{{APIRef("DOM")}}{{Non-standard_header}}
La propiedad de solo lectura(read-only) Element.scrollTopMax retorna un {{jsxref("Number")}} que representa el máximo offset posible para el elemento.
var pxl = elt.scrollTopMax;
Esta propiedad no es parte de ninguna especificación.
{{ CompatibilityTable() }}
| Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
|---|---|---|---|---|---|
| Basic support | {{ CompatNo() }} | {{ CompatGeckoDesktop(16) }} | {{ CompatNo() }} | {{ CompatNo() }} | {{ CompatNo() }} |
| Feature | Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
|---|---|---|---|---|---|
| Basic support | {{ CompatNo() }} | {{ CompatGeckoMobile(16) }} | {{ CompatNo() }} | {{ CompatNo() }} | {{ CompatNo() }} |