I'm trying to create a scrolling effect for icons on my website where they stay fixed after scrolling down a certain number of pixels. I've managed to make the header fixed after scrolling, but I'm unsure how to achieve this specific effect. It's similar to what Yahoo does on their Tumblr site if you look at the top right-hand side.
Any suggestions on how to accomplish this?
Here is the link to my code snippet: http://jsfiddle.net/cancerian73/5525K/
#scroller
{
position: relative;
top: 100px;
width: 100%;
background: #CCC;
height: 100px;
}