jquery - possible to turn content thats scrolling to a fixed position at a current position on page -


i trying find away make 1 page site,

the first view of site fixed. each layer scrolls in bottom becomes fixed when take full position of viewport next frame slide in while scrolling.

how can this?

is possible css? if not jquery plugin can use this?

are looking this

.header{     width:100%;     height:20px;     color:white;     margin-top:-10px;     position:fixed;     background-color:#000; } 

demo fiddle


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -