javascript - Positioning from fixed to static -


i need have fixed div on screen between points, defined whether elements on top of screen or not.

i tried accomplish changing position via jquery. problem found is, @ bottom point, when change position fixed static, div jumps away, instead of start scrolling point on.

here jsbin: http://jsbin.com/woroyejahe/5/

thanks

just position of lower div , set top css style position: absolute.


Comments

Popular posts from this blog

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -