html - JQUERY - sticky div next to img -



html - JQUERY - sticky div next to img -

i'm spending hours on task now, can't figure out. i'm building "9gag" template.. , i'm stuck on part "floating" div next images. found solution in library : http://viget.com/inspire/jquery-stick-em no mattter have tried can't implement it, followed instruction still no results. here's fiddle concept : http://jsfiddle.net/g90uocw1/2/

in stickem library said need utilize classes :

.stickem-container { position: relative; } .stickit { margin-left: 660px; position: fixed; top: 0; } .stickit-end { bottom: 0; position: absolute; right: 0; }

but when im trying add together them it's screws page :\

i cant implement it. have noticed it's wide problem.

jquery html fixed sticky floating

Comments

Popular posts from this blog

c - Compilation of a code: unkown type name string -

ubuntu - Bash Script to Check That Files Are Being Created -

Php operator `break` doesn't stop while -