Created
March 8, 2014 21:35
-
-
Save shazdeh/9439247 to your computer and use it in GitHub Desktop.
parallax: move menu to the top of the page
This file contains hidden or 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
#nav-bar { | |
top: 0; | |
bottom: auto; | |
position: fixed; | |
} | |
.admin-bar #nav-bar { | |
top: 32px; | |
} | |
.home #main-nav ul { | |
bottom: auto; | |
} | |
.home #main-nav ul:before { | |
bottom: auto; | |
top: -8px; | |
border-top: none; | |
border-bottom: 8px solid #fff; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment