Skip to content

Instantly share code, notes, and snippets.

@msweeney
Created May 18, 2011 18:35
Show Gist options
  • Save msweeney/979206 to your computer and use it in GitHub Desktop.
Save msweeney/979206 to your computer and use it in GitHub Desktop.
flexible layout
#box1 {
float: left;
width: 100px;
}
#box2 {
overflow: hidden; /* auto-size to remaining width */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment