Created
September 12, 2012 16:26
-
-
Save jonahlyn/3707881 to your computer and use it in GitHub Desktop.
Sticky Header for UNM Template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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