Skip to content

Instantly share code, notes, and snippets.

@NaokiStark
Last active June 25, 2016 23:17
Show Gist options
  • Save NaokiStark/28d3f0b2950ccd8e5a2a84b913d07f3a to your computer and use it in GitHub Desktop.
Save NaokiStark/28d3f0b2950ccd8e5a2a84b913d07f3a to your computer and use it in GitHub Desktop.
$("nav.header.header-main").css({
position: "fixed",
top: 0,
left: 0,
right: 0,
"z-index": 9999
}).parent('.v6').css({
'height':'60px',
'position':'static'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment