Can a DIV scroll bar be controlled from JavaScript?
2 views
Skip to first unread message
Bram de Jong
unread,
Aug 11, 2004, 12:31:00 PM8/11/04
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
To scroll a table in a scrollable IFRAME the IE function 'scrollTo' can be used. Unfortunately this function does not work for a scrollable DIV. Can anyone think of a way to scroll a DIV (defined with css overflow:auto) from JavaScript ?