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;
  overflow: auto
}
#fluidColumnContainer {
  padding: 0 200px 0 0
}
#fixedColumn {
  width: 50%;
  float: right;
}
.column {
  float: left;
  width: 50%; 
}
#header {
  height: 90px
}
#footer {
  height: 90px;
  clear: both
}
#container {
  background: #ddd
}
#fluidColumnContainer {
  background: #ccc
}
#fixedColumn {
  background: #888
}
.column {
  background: #ff0
}
#header, #footer {
  background: #66b3ff
}
</style>
</head>
<body>
<div id="container">
  <div id="header">header</div>
  <div id="fluidColumnContainer">
    <div class="column">column 2<br />column 2<br />column 2<br />column 2<br />column 2<br />column 2</div>
  </div>
  <div id="fixedColumn">i'm 200px wide!<br />o<br />o<br />o<br />o</div>
  
  <div id="footer">footer</div>
</div>
</body>
</html>
Output 300px

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers