Created
July 26, 2013 08:24
-
-
Save siriokun/6087199 to your computer and use it in GitHub Desktop.
Fixed Navigation on oscon.com/oscon2013
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
#en_header { | |
height: 150px; | |
} | |
#nav_borders.fixed { | |
position:fixed; | |
top:-1px; | |
_position: absolute; /* ie */ | |
_top: expression(eval(document.body.scrollTop)); /* ie */ | |
z-index: 100; | |
} | |
#headlining.fixed { | |
padding-top: 26px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment