aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes Scrollbars, simultaneously Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "Scrollbars, simultaneously" Watch "Scrollbars, simultaneously" New topic
Author

Scrollbars, simultaneously

Robertovich Wartins
Greenhorn

Joined: Nov 21, 2006
Posts: 16
Hello,

question about scrollbars: i need, that one scrollbar is scrolling if another scrollbar is scrolled (both are scrolling simultaneously). How can this be done?
Eric Pascarello
author
Rancher

Joined: Nov 08, 2001
Posts: 15357
    
    6
look into onscroll and scrollTop or scrollLeft

Eric
Robertovich Wartins
Greenhorn

Joined: Nov 21, 2006
Posts: 16
thanks

this is solution:


and this is example code (maybe some one needs), but works only on IE (firefox seems to doesn't support onScroll):

 
I agree. Here's the link: jrebel
 
subject: Scrollbars, simultaneously
 
Similar Threads
Issue with scrollbar while printing
JAVA move vertical scroll bar programatically by moving horizontal scroll bar.
TextArea scrollbar problem
My popup like window wont appear scrollable, help, please.
Scrolling in a JScrollPane problem