I've tried these properties of the textarea element:
offsetHeight
scrollHeight
They effectively tell me when the text has overflowed where it causes there to be scrollbars in the textarea. However, I need to know the location of scrollbars themselves. How can I know where the scrollbar stands in its scrolling range? I have no idea if the user has scrolled halfway down the textarea, not scrolled at all, or when they start to scroll.
How can i tell the location of the scrollbar (width or height) in a textarea?
-thanks![]()



Reply With Quote

Bookmarks