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
Post a Comment