Skip to content

Instantly share code, notes, and snippets.

@PizzaLiu
Created June 20, 2013 08:06
Show Gist options
  • Save PizzaLiu/5821031 to your computer and use it in GitHub Desktop.
Save PizzaLiu/5821031 to your computer and use it in GitHub Desktop.
div fixed
html,
body {
height:100%;
overflow-x:hidden;
overflow-y:auto;
}
.fixed-box {
position:fixed;
width:960px;
height:200px;
top:100%;
left:50%;
margin-top:-200px;
margin-left:-480px;
background-color:#DDD;
_position: absolute;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment