I am interested in how would you get closer to creating a sliding sidebar in GWT? (i.e. a sliding panel of social networks to the left of this page: http://www.inc.com/articles/2011/03/how-19-year-old-daniel-gross-is-taking-on-google- with-greplin.html )
What events should I handle?
Hi
This kind of material can only be done using CSS. Look for properties css position: relative(to the initial position), position: fixedas well as topand leftproperties when user scrolls.
position: relative
position: fixed
top
left