0

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.

maxx777
  • 1,320
  • 1
  • 20
  • 37
roi m
  • 13
  • 4
  • What exactly is the problem? – user13286 Oct 15 '14 at 17:34
  • @user13286 for some reason when i add the classes it wont work. – roi m Oct 15 '14 at 17:36
  • @user13286 i even tried to build it up from the demo to the my concept and again it dosent work, is there any way i even pay you using paypal and you will help me implement it? – roi m Oct 15 '14 at 17:37
  • @roim Instead of explaining what is not working, Can you explain what exactly are you trying to achieve..? What should happen in that fiddle..? – T J Oct 15 '14 at 17:42
  • @TJ sorry im a little but stressed out of it..in the end(using the library or not),i want that the left div will "stick" to the right div.this is what im exactly trying to achieve : http://www.10gag.co.il/ the left div sticks to the right div. btw * - this web uses the library i posted above.. but i just cant implement it – roi m Oct 15 '14 at 17:52

0 Answers0