Skip to content

Instantly share code, notes, and snippets.

@stijnj
Created December 19, 2012 21:03
Show Gist options
  • Save stijnj/4340416 to your computer and use it in GitHub Desktop.
Save stijnj/4340416 to your computer and use it in GitHub Desktop.
Position: fixed
/**
* Position: fixed
*/
.bar {
position: fixed;
left: 20px;
top: 50px;
width: 100px;
background: blue;
color: #fff;
}
.foo {
height: 1000px
}
more content...
<div class="foo">
<div class="bar">
content
</div>
</div>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment