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

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -