Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
html, body {
  margin: 0;
  padding: 0;
  border: 0
}
#container {
  margin: 0 auto;
  min-width: 960px;
  max-width: 1216px;
}
#fluidNonfloatingColumnContainer {
  overflow: auto;
}
#fixedFloatingColumn {
  width: 200px;
  float: right
}
.column {
  float: left;
  width: 33%;
}
#header {
  height: 90px
}
#footer {
  height: 90px;
  clear: both
}
#container {
  background: #ddd
}
#fluidColumnContainer {
  background: #ccc
}
#fixedColumn {
  background: #888
}
.column {
  background: #caeeff
}
#header, #footer {
  background: #66b3ff
}
</style>
</head>
<body>
<div id="container">
  <div id="header">header</div>
  <div id="fixedFloatingColumn">fixed-size column<br />o<br />o<br />o<br />o</div>
  <div id="fluidNonfloatingColumnContainer">
    <div class="column">stretchable column 1</div>
    <div class="column">stretchable column 2</div>
    <div class="column">stretchable column 3</div>
  </div>
  <div id="footer">footer</div>
</div>
</body>
</html>
Output 300px

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers