offset top scroll
offset top scroll
Out of context: Reply #2
- Started
- Last post
- 14 Responses
- Continuity0
.header {
position: fixed;
z-index: 9999;
}body {
margin-top: 100px /* or however high your header is */
}Hey presto, job done.
- I'd also probably add top: 0; to the header declaration, too.Continuity
- Also, this is going under the assumption the top edge of your header is flush with the top edge of the browser viewport.Continuity
- yeah it still scrolls under the header though.dbloc
- But ... isn't that what you asked for ... ?Continuity