Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<html>
<head>
</head>
<body>
  <div id="wrapper1">
   <div id="wrapper2">wrap2rew
  <div id="nav">test nav</div>
  <div id="column1">test rewrewcolumn1</div>
  <div id="column2">test column1</div>
   </div>
  </div>
  </body>
</html>
 
* {
margin: 0;
padding: 0;
}
#wrapper1 {
  border: 3px solid orange;
  background-color: red;
  position: relative;
  left: 50%;
  overflow: auto;
  
}
#wrapper2 {
  background-color: gray;
  border: 0px solid;
  position: relative;
  left: -50%;
}
#nav {
  background-color: blue;
}
#column1 {
  background-color: yellow;
    float: left;
}
#column2 {
  background-color: green;
  float: left;
}
Output

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