I'm trying to do this icons scroll down and after some pixels stay fixed. I have managed to do the header fixed after scroll but don't know how to do this part. Like how yahoo have this on tumbler http://yahoo.tumblr.com/ See the top right hand side
any suggestions?
this is my fiddle http://jsfiddle.net/cancerian73/5525K/
#scroller
{
position: relative;
top: 100px;
width: 100%;
background: #CCC;
height: 100px;
}
Here: