javascript - Item position type shift from relative to static effect? -



javascript - Item position type shift from relative to static effect? -

how effect named ? how implemented

you can see on this page on portofolio filter box.

i've seen around year, it's interesting pattern, it's famous gmail uses it.

you can view javascript use: fixed.js

their css:

#rightfloat { float: right; padding-top: 20px; position: absolute; top: 0; width: 205px; } #rightfloat.fixed { position: fixed; top: 0; }

what name? have no clue if has name :) bet people phone call 100 different things.

[edit:] names have heard : sticky scroll, contained sticky scroll, conditional sticky scroll, watermarked content.

javascript html css effects

Comments

Popular posts from this blog

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -