Skip to content

Instantly share code, notes, and snippets.

@jonahlyn
Created September 12, 2012 16:26
Show Gist options
  • Save jonahlyn/3707881 to your computer and use it in GitHub Desktop.
Save jonahlyn/3707881 to your computer and use it in GitHub Desktop.
Sticky Header for UNM Template
/**
* Sticky Header for UNM Template
*/
#unm_header {
z-index: 11;
margin-top: -13em;
width: 100%;
position: fixed;
}
#dept_header {
background: rgba(255, 255, 255, 0.9);
width: 960px;
margin: -11em auto 0 auto;
position: fixed;
z-index: 10;
}
#container {
margin-top: 13em;
}
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment