I'm spending hours now on this task by now, just CAN'T figure it out. I'm building like "9gag" template.. and I'm stuck on the part "floating" div next to the images. I found good solution in the library : http://viget.com/inspire/jquery-stick-em but no mattter what I have tried I just can't implement it, I followed the instruction but still no results. here's the fiddle for the concept : http://jsfiddle.net/g90uocw1/2/
In the stickem library they said i need to use this classes :
.stickem-container {
position: relative;
}
.stickit {
margin-left: 660px;
position: fixed;
top: 0;
}
.stickit-end {
bottom: 0;
position: absolute;
right: 0;
}
but even when im trying to add them it's screws the page up :\
I just cant implement it. i have noticed it's wide problem.