PDA

View Full Version : How to scroll a window using the scroll bar of another object??


Get Free
08-02-2005, 06:43 PM
I want to scroll a window object not using its own scrollbar because it will not appear (overflow: hidden) but using the scrollbar of another object (let's say a DIV object).

Is there an easy way to do that??

thanx

Get Free
08-02-2005, 09:40 PM
I meaning something like capturing the onscroll event on a DIV object and make an iframe to scroll exatly as the DIV.