offset top scroll
offset top scroll
Out of context: Reply #9
- Started
- Last post
- 14 Responses
- crillix0
I don't know of a way offset the scroll like that. You could do some sort of method of using overflow-y on a wrapper for the content below the header but that can be a mess... or use Javascript to handle scrolling content like...
http://manos.malihu.gr/jquery-cu…
I don't think either way is that ideal though, I would be curious to see a sample too.