[Javascript] Textareas

Steve Clay sclay at ufl.edu
Mon Aug 7 13:45:42 CDT 2006


Monday, August 7, 2006, 1:32:11 PM, Terry Riegel wrote:
> Is there a way to remember the scroll value of a textarea, and upon  

From some quick testing, IE/win, FF and Opera (at least) expose this as
Element.scrollTop for textareas AND div elements with overflow:scroll
(dunno about other elements).

Opera's scrollTop is broken for textareas though.

I haven't tried setting any of these. Give it a shot.

-- 
Steve
http://mrclay.org/




More information about the Javascript mailing list