</div>
Now, this uibinder is rendered at a particular position in html. Browser scrolls up and down and this uibinder scrolls up and down as usual.
Now, I need to achieve two things,
As the scrollbar moves,
when the 'topDiv' reaches the top postion of browser, it should not scroll any more and make its position fixed. When scrollbar scrolls up, 'topDiv' should also scroll down and reach its original position.
At the same time, 'leftDiv' should always remain fixed and should never scroll up or down ever.
And, 'rightDiv' should always scroll up and down with scrollbar as required natively.
So the question is, how do i track the movement of scroll bar up and down ?
What should be the proper css applied to each div ?
Thanks
Deepak Singh