Fri, 2012-04-13 17:58
hey i wanna ask, how to make css like ads-sidebar on fb,
when you scroll down, the ads follow you,
but when you scroll to the top of the page, the ads not follow you to the top because of some other div (if you are user of fb, you should know what I mean,)
i think this how to use fixed in relative css-positioning, but i'm failed. its not work,
This is when you go to the top of the page (fb)
And this is when you scrolldown
can somebody help me 
Sun, 2012-04-15 13:33
#1
It's not done with CSS alone
It also uses javascript to determine your scroll position. CSS Tricks has some examples.