Skip to content

Instantly share code, notes, and snippets.

@meltingice
Created March 16, 2012 03:34
Show Gist options
  • Save meltingice/2048390 to your computer and use it in GitHub Desktop.
Save meltingice/2048390 to your computer and use it in GitHub Desktop.
<style type="text/css">
#parent { position: relative; }
#fixed {
position: absolute;
top: 10px;
left: 10px;
}
#content { overflow: auto; }
</style>
<div id="parent">
<div id="fixed"></div>
<div id="content"></div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment