Skip to content

Instantly share code, notes, and snippets.

@imvkmark
Last active December 17, 2015 05:39
Show Gist options
  • Save imvkmark/5559388 to your computer and use it in GitHub Desktop.
Save imvkmark/5559388 to your computer and use it in GitHub Desktop.
css:scrollTop
.sidebar{
width: 117px;
position: fixed;
top: 71px;
left: 50%;
margin-left: 485px;
_position: absolute;
_top: expression(eval(document.documentElement.scrollTop+71 ));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment