Skip to content

Instantly share code, notes, and snippets.

@erichocean
Created August 25, 2008 02:00
Show Gist options
  • Save erichocean/7021 to your computer and use it in GitHub Desktop.
Save erichocean/7021 to your computer and use it in GitHub Desktop.
#left {
position: absolute;
top: 0px;
width: 200px;
bottom: 0px;
left: 0px;
padding: 0px;
margin: 0px;
border: none;
}
#divider {
position: absolute;
top: 0px;
width: 9px;
bottom: 0px;
left: 200px;
padding: 0px;
margin: 0px;
border-top: none;
border-right: 1px solid gray;
border-bottom: none;
border-left: 1px solid gray;
}
#right {
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
left: 211px;
padding: 0px;
margin: 0px;
border: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment