Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
 
</head>
<body>  
  
<div id="greendiv">
test
<div id="reddiv">
    <div id="bluediv">
        <p>bla</p>
        <p>bla</p>
        <p>bla</p>
        <p>bla</p>
        <p>bla</p>
        <p>bla</p>
    </div>
    <div id="bluediv">
        2
    </div>
    <div id="bluediv">
        3
    </div>
</div>
  test
</div>
</body>
</html>
 
#reddiv{
    width:90%;
    height: auto;
    background-color:red;
    overflow: auto;
 }
 #bluediv{
    width:25%;
    height: auto;
    margin:5px;
    float:left;
    background-color:#09F;
    /* [disabled]overflow: hidden; */
    margin-right: 2%;
 }
   
  
#greendiv {
    position:absolute;
    width:300;
    background-color: #00FF00;
}
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers